Class: Aws::ECS::Types::SubmitAttachmentStateChangesRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECS::Types::SubmitAttachmentStateChangesRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ecs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #attachments  ⇒ Array<Types::AttachmentStateChange> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any attachments associated with the state change request.
 - 
  
    
      #cluster  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
 
Instance Attribute Details
#attachments ⇒ Array<Types::AttachmentStateChange>
Any attachments associated with the state change request.
      10023 10024 10025 10026 10027 10028  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 10023 class SubmitAttachmentStateChangesRequest < Struct.new( :cluster, :attachments) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster ⇒ String
The short name or full ARN of the cluster that hosts the container instance the attachment belongs to.
      10023 10024 10025 10026 10027 10028  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 10023 class SubmitAttachmentStateChangesRequest < Struct.new( :cluster, :attachments) SENSITIVE = [] include Aws::Structure end  |