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.
11036 11037 11038 11039 11040 |
# File 'lib/aws-sdk-ecs/types.rb', line 11036 class SubmitContainerStateChangeResponse < Struct.new( :acknowledgment) SENSITIVE = [] include Aws::Structure end |