Class: Aws::ECS::Types::SubmitContainerStateChangeResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#acknowledgmentString

Acknowledgement of the state change.

Returns:

  • (String)


6120
6121
6122
6123
# File 'lib/aws-sdk-ecs/types.rb', line 6120

class SubmitContainerStateChangeResponse < Struct.new(
  :acknowledgment)
  include Aws::Structure
end