UpdateContainerAgentRequest
public struct UpdateContainerAgentRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on. If you do not specify a cluster, the default cluster is assumed.
Declaration
Swift
public let cluster: String?
-
The container instance ID or full ARN entries for the container instance on which you would like to update the Amazon ECS container agent.
Declaration
Swift
public let containerInstance: String
-
Undocumented
Declaration
Swift
public init(cluster: String? = nil, containerInstance: String)