Class: Aws::EC2::Types::ReplaceIamInstanceProfileAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ReplaceIamInstanceProfileAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The ID of the existing IAM instance profile association.
-
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
The IAM instance profile.
Instance Attribute Details
#association_id ⇒ String
The ID of the existing IAM instance profile association.
60144 60145 60146 60147 60148 60149 |
# File 'lib/aws-sdk-ec2/types.rb', line 60144 class ReplaceIamInstanceProfileAssociationRequest < Struct.new( :iam_instance_profile, :association_id) SENSITIVE = [] include Aws::Structure end |
#iam_instance_profile ⇒ Types::IamInstanceProfileSpecification
The IAM instance profile.
60144 60145 60146 60147 60148 60149 |
# File 'lib/aws-sdk-ec2/types.rb', line 60144 class ReplaceIamInstanceProfileAssociationRequest < Struct.new( :iam_instance_profile, :association_id) SENSITIVE = [] include Aws::Structure end |