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

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)


11079
11080
11081
11082
11083
# File 'lib/aws-sdk-ecs/types.rb', line 11079

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