Class: Aws::ECS::Types::SubmitTaskStateChangeResponse

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)


4966
4967
4968
4969
# File 'lib/aws-sdk-ecs/types.rb', line 4966

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