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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/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:



10053
10054
10055
10056
10057
10058
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10053

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)


10053
10054
10055
10056
10057
10058
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10053

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