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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


37321
37322
37323
37324
37325
37326
# File 'lib/aws-sdk-ec2/types.rb', line 37321

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

#idString

The ID of the instance profile.

Returns:

  • (String)


37321
37322
37323
37324
37325
37326
# File 'lib/aws-sdk-ec2/types.rb', line 37321

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