Class: Aws::EC2::Types::AnalysisComponent
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AnalysisComponent
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a path component.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the component.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the component.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the analysis component.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the component.
      1424 1425 1426 1427 1428 1429 1430  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 1424 class AnalysisComponent < Struct.new( :id, :arn, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The ID of the component.
      1424 1425 1426 1427 1428 1429 1430  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 1424 class AnalysisComponent < Struct.new( :id, :arn, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the analysis component.
      1424 1425 1426 1427 1428 1429 1430  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 1424 class AnalysisComponent < Struct.new( :id, :arn, :name) SENSITIVE = [] include Aws::Structure end  |