Class: Aws::EC2::Types::AlternatePathHint
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AlternatePathHint
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an potential intermediate component of a feasible path.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #component_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the component.
 - 
  
    
      #component_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the component.
 
Instance Attribute Details
#component_arn ⇒ String
The Amazon Resource Name (ARN) of the component.
      1362 1363 1364 1365 1366 1367  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 1362 class AlternatePathHint < Struct.new( :component_id, :component_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#component_id ⇒ String
The ID of the component.
      1362 1363 1364 1365 1366 1367  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 1362 class AlternatePathHint < Struct.new( :component_id, :component_arn) SENSITIVE = [] include Aws::Structure end  |