Class: Aws::EC2::Types::AssociateIamInstanceProfileRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::AssociateIamInstanceProfileRequest
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #iam_instance_profile  ⇒ Types::IamInstanceProfileSpecification 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The IAM instance profile. 
- 
  
    
      #instance_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the instance. 
Instance Attribute Details
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
The IAM instance profile.
| 2279 2280 2281 2282 2283 2284 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2279 class AssociateIamInstanceProfileRequest < Struct.new( :iam_instance_profile, :instance_id) SENSITIVE = [] include Aws::Structure end | 
#instance_id ⇒ String
The ID of the instance.
| 2279 2280 2281 2282 2283 2284 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 2279 class AssociateIamInstanceProfileRequest < Struct.new( :iam_instance_profile, :instance_id) SENSITIVE = [] include Aws::Structure end |