EventType

public struct EventType : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of event type category codes (issue, scheduledChange, or accountNotification).

    Declaration

    Swift

    public let category: EventTypeCategory?
  • The unique identifier for the event type. The format is AWS_SERVICE_DESCRIPTION ; for example, AWS_EC2_SYSTEM_MAINTENANCE_EVENT.

    Declaration

    Swift

    public let code: String?
  • The AWS service that is affected by the event. For example, EC2, RDS.

    Declaration

    Swift

    public let service: String?
  • Undocumented

    Declaration

    Swift

    public init(category: EventTypeCategory? = nil, code: String? = nil, service: String? = nil)