Class: Aws::EC2::Types::ReplaceIamInstanceProfileAssociationRequest

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 existing IAM instance profile association.

Returns:

  • (String)


55606
55607
55608
55609
55610
55611
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55606

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

#iam_instance_profileTypes::IamInstanceProfileSpecification

The IAM instance profile.



55606
55607
55608
55609
55610
55611
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 55606

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