AttachmentStateChange

public struct AttachmentStateChange : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the attachment.

    Declaration

    Swift

    public let attachmentArn: String
  • The status of the attachment.

    Declaration

    Swift

    public let status: String
  • Undocumented

    Declaration

    Swift

    public init(attachmentArn: String, status: String)