Class: Aws::EC2::Types::AssociateIamInstanceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AssociateIamInstanceProfileRequest
- Includes:
- Structure
- Defined in:
- 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.
2197 2198 2199 2200 2201 2202 |
# File 'lib/aws-sdk-ec2/types.rb', line 2197 class AssociateIamInstanceProfileRequest < Struct.new( :iam_instance_profile, :instance_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
2197 2198 2199 2200 2201 2202 |
# File 'lib/aws-sdk-ec2/types.rb', line 2197 class AssociateIamInstanceProfileRequest < Struct.new( :iam_instance_profile, :instance_id) SENSITIVE = [] include Aws::Structure end |