Class: Aws::EC2::Types::LaunchTemplateIamInstanceProfileSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::LaunchTemplateIamInstanceProfileSpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an IAM instance profile.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the instance profile.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the instance profile.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the instance profile.
      48481 48482 48483 48484 48485 48486  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 48481 class LaunchTemplateIamInstanceProfileSpecification < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the instance profile.
      48481 48482 48483 48484 48485 48486  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 48481 class LaunchTemplateIamInstanceProfileSpecification < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end  |