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

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)


11240
11241
11242
11243
11244
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 11240

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