Class: Aws::EC2::Types::ScheduledInstancesIamInstanceProfile
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ScheduledInstancesIamInstanceProfile
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes an IAM instance profile for a Scheduled Instance.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN).
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN).
      64905 64906 64907 64908 64909 64910  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64905 class ScheduledInstancesIamInstanceProfile < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name.
      64905 64906 64907 64908 64909 64910  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64905 class ScheduledInstancesIamInstanceProfile < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end  |