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.
31674 31675 31676 31677 31678 |
# File 'lib/aws-sdk-ec2/types.rb', line 31674 class DisassociateIamInstanceProfileRequest < Struct.new( :association_id) SENSITIVE = [] include Aws::Structure end |