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.
| 10022 10023 10024 10025 10026 | # File 'lib/aws-sdk-ecs/types.rb', line 10022 class SubmitAttachmentStateChangesResponse < Struct.new( :acknowledgment) SENSITIVE = [] include Aws::Structure end |