Class: Aws::EC2::Types::DisassociateIamInstanceProfileRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The ID of the IAM instance profile association.

Returns:

  • (String)


37634
37635
37636
37637
37638
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 37634

class DisassociateIamInstanceProfileRequest < Struct.new(
  :association_id)
  SENSITIVE = []
  include Aws::Structure
end