Class: Aws::ECS::Types::UpdateContainerAgentRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECS::Types::UpdateContainerAgentRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ecs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on.
 - 
  
    
      #container_instance  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The container instance ID or full ARN entries for the container instance where you would like to update the Amazon ECS container agent.
 
Instance Attribute Details
#cluster ⇒ String
The short name or full Amazon Resource Name (ARN) of the cluster that your container instance is running on. If you do not specify a cluster, the default cluster is assumed.
      12064 12065 12066 12067 12068 12069  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 12064 class UpdateContainerAgentRequest < Struct.new( :cluster, :container_instance) SENSITIVE = [] include Aws::Structure end  | 
  
#container_instance ⇒ String
The container instance ID or full ARN entries for the container instance where you would like to update the Amazon ECS container agent.
      12064 12065 12066 12067 12068 12069  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 12064 class UpdateContainerAgentRequest < Struct.new( :cluster, :container_instance) SENSITIVE = [] include Aws::Structure end  |