Class: Aws::ECS::Types::SubmitAttachmentStateChangesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsArray<Types::AttachmentStateChange>

Any attachments associated with the state change request.

Returns:



11008
11009
11010
11011
11012
11013
# File 'lib/aws-sdk-ecs/types.rb', line 11008

class SubmitAttachmentStateChangesRequest < Struct.new(
  :cluster,
  :attachments)
  SENSITIVE = []
  include Aws::Structure
end

#clusterString

The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.

Returns:

  • (String)


11008
11009
11010
11011
11012
11013
# File 'lib/aws-sdk-ecs/types.rb', line 11008

class SubmitAttachmentStateChangesRequest < Struct.new(
  :cluster,
  :attachments)
  SENSITIVE = []
  include Aws::Structure
end