Class: Aws::ECS::Types::SubmitAttachmentStateChangesResponse

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

#acknowledgmentString

Acknowledgement of the state change.

Returns:

  • (String)


10062
10063
10064
10065
10066
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 10062

class SubmitAttachmentStateChangesResponse < Struct.new(
  :acknowledgment)
  SENSITIVE = []
  include Aws::Structure
end