Class: Aws::EC2::Types::DisassociateIamInstanceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisassociateIamInstanceProfileRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The ID of the IAM instance profile association.
Instance Attribute Details
#association_id ⇒ String
The ID of the IAM instance profile association.
31818 31819 31820 31821 31822 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31818 class DisassociateIamInstanceProfileRequest < Struct.new( :association_id) SENSITIVE = [] include Aws::Structure end |