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.
11261 11262 11263 11264 11265 |
# File 'lib/aws-sdk-ecs/types.rb', line 11261 class SubmitTaskStateChangeResponse < Struct.new( :acknowledgment) SENSITIVE = [] include Aws::Structure end |