Class: Aws::ECS::Types::SubmitAttachmentStateChangesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::SubmitAttachmentStateChangesResponse
- 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.
10976 10977 10978 10979 10980 |
# File 'lib/aws-sdk-ecs/types.rb', line 10976 class SubmitAttachmentStateChangesResponse < Struct.new( :acknowledgment) SENSITIVE = [] include Aws::Structure end |