SubmitAttachmentStateChangesRequest
public struct SubmitAttachmentStateChangesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Any attachments associated with the state change request.
Declaration
Swift
public let attachments: [AttachmentStateChange]
-
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
Declaration
Swift
public let cluster: String?
-
Undocumented
Declaration
Swift
public init(attachments: [AttachmentStateChange], cluster: String? = nil)