Class: Aws::EC2::Types::IamInstanceProfileAssociation

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

Overview

Describes an association between an IAM instance profile and an instance.

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The ID of the association.

Returns:

  • (String)


20719
20720
20721
20722
20723
20724
20725
20726
# File 'lib/aws-sdk-ec2/types.rb', line 20719

class IamInstanceProfileAssociation < Struct.new(
  :association_id,
  :instance_id,
  :iam_instance_profile,
  :state,
  :timestamp)
  include Aws::Structure
end

#iam_instance_profileTypes::IamInstanceProfile

The IAM instance profile.



20719
20720
20721
20722
20723
20724
20725
20726
# File 'lib/aws-sdk-ec2/types.rb', line 20719

class IamInstanceProfileAssociation < Struct.new(
  :association_id,
  :instance_id,
  :iam_instance_profile,
  :state,
  :timestamp)
  include Aws::Structure
end

#instance_idString

The ID of the instance.

Returns:

  • (String)


20719
20720
20721
20722
20723
20724
20725
20726
# File 'lib/aws-sdk-ec2/types.rb', line 20719

class IamInstanceProfileAssociation < Struct.new(
  :association_id,
  :instance_id,
  :iam_instance_profile,
  :state,
  :timestamp)
  include Aws::Structure
end

#stateString

The state of the association.

Returns:

  • (String)


20719
20720
20721
20722
20723
20724
20725
20726
# File 'lib/aws-sdk-ec2/types.rb', line 20719

class IamInstanceProfileAssociation < Struct.new(
  :association_id,
  :instance_id,
  :iam_instance_profile,
  :state,
  :timestamp)
  include Aws::Structure
end

#timestampTime

The time the IAM instance profile was associated with the instance.

Returns:

  • (Time)


20719
20720
20721
20722
20723
20724
20725
20726
# File 'lib/aws-sdk-ec2/types.rb', line 20719

class IamInstanceProfileAssociation < Struct.new(
  :association_id,
  :instance_id,
  :iam_instance_profile,
  :state,
  :timestamp)
  include Aws::Structure
end