Class: Aws::ECS::Types::DiscoverPollEndpointRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ECS::Types::DiscoverPollEndpointRequest
 
 
- 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 the container instance belongs to.
 - 
  
    
      #container_instance  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The container instance ID or full ARN of the container instance.
 
Instance Attribute Details
#cluster ⇒ String
The short name or full Amazon Resource Name (ARN) of the cluster that the container instance belongs to.
      4417 4418 4419 4420 4421 4422  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 4417 class DiscoverPollEndpointRequest < Struct.new( :container_instance, :cluster) SENSITIVE = [] include Aws::Structure end  | 
  
#container_instance ⇒ String
The container instance ID or full ARN of the container instance. For more information about the ARN format, see [Amazon Resource Name (ARN)] in the *Amazon ECS Developer Guide*.
[1]: docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#ecs-resource-ids
      4417 4418 4419 4420 4421 4422  | 
    
      # File 'lib/aws-sdk-ecs/types.rb', line 4417 class DiscoverPollEndpointRequest < Struct.new( :container_instance, :cluster) SENSITIVE = [] include Aws::Structure end  |