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

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

#acknowledgmentString

Acknowledgement of the state change.

Returns:

  • (String)


10178
10179
10180
10181
10182
# File 'lib/aws-sdk-ecs/types.rb', line 10178

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