Class: Aws::ECS::Types::SubmitContainerStateChangeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::SubmitContainerStateChangeResponse
- 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.
10096 10097 10098 10099 10100 |
# File 'lib/aws-sdk-ecs/types.rb', line 10096 class SubmitContainerStateChangeResponse < Struct.new( :acknowledgment) SENSITIVE = [] include Aws::Structure end |