Class: Aws::ECS::Types::SubmitTaskStateChangeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::SubmitTaskStateChangeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acknowledgment ⇒ String
Acknowledgement of the state change.
Instance Attribute Details
#acknowledgment ⇒ String
Acknowledgement of the state change.
11189 11190 11191 11192 11193 |
# File 'lib/aws-sdk-ecs/types.rb', line 11189 class SubmitTaskStateChangeResponse < Struct.new( :acknowledgment) SENSITIVE = [] include Aws::Structure end |