Class: Aws::EC2::Types::IamInstanceProfile

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

Overview

Describes an IAM instance profile.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the instance profile.

Returns:

  • (String)


20827
20828
20829
20830
20831
# File 'lib/aws-sdk-ec2/types.rb', line 20827

class IamInstanceProfile < Struct.new(
  :arn,
  :id)
  include Aws::Structure
end

#idString

The ID of the instance profile.

Returns:

  • (String)


20827
20828
20829
20830
20831
# File 'lib/aws-sdk-ec2/types.rb', line 20827

class IamInstanceProfile < Struct.new(
  :arn,
  :id)
  include Aws::Structure
end