Class: Aws::ECS::Types::SubmitContainerStateChangeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::SubmitContainerStateChangeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
<zonbook />
<xhtml />
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.
14099 14100 14101 14102 14103 |
# File 'lib/aws-sdk-ecs/types.rb', line 14099 class SubmitContainerStateChangeResponse < Struct.new( :acknowledgment) SENSITIVE = [] include Aws::Structure end |