Class: Aws::ECS::Types::SubmitTaskStateChangeResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECS::Types::SubmitTaskStateChangeResponse
 
 
- 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.
      10168 10169 10170 10171 10172  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 10168 class SubmitTaskStateChangeResponse < Struct.new( :acknowledgment) SENSITIVE = [] include Aws::Structure end  |