VolumeStatusEvent

public struct VolumeStatusEvent : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A description of the event.

    Declaration

    Swift

    public let description: String?
  • The ID of this event.

    Declaration

    Swift

    public let eventId: String?
  • The type of this event.

    Declaration

    Swift

    public let eventType: String?
  • The ID of the instance associated with the event.

    Declaration

    Swift

    public let instanceId: String?
  • The latest end time of the event.

    Declaration

    Swift

    public let notAfter: TimeStamp?
  • The earliest start time of the event.

    Declaration

    Swift

    public let notBefore: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, eventId: String? = nil, eventType: String? = nil, instanceId: String? = nil, notAfter: TimeStamp? = nil, notBefore: TimeStamp? = nil)