Class: Aws::EC2::Types::DisassociateIamInstanceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisassociateIamInstanceProfileRequest
- 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 IAM instance profile association.
Instance Attribute Details
#association_id ⇒ String
The ID of the IAM instance profile association.
29127 29128 29129 29130 29131 |
# File 'lib/aws-sdk-ec2/types.rb', line 29127 class DisassociateIamInstanceProfileRequest < Struct.new( :association_id) SENSITIVE = [] include Aws::Structure end |