Class: Aws::EC2::Types::IamInstanceProfileSpecification

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)


36806
36807
36808
36809
36810
36811
# File 'lib/aws-sdk-ec2/types.rb', line 36806

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

#nameString

The name of the instance profile.

Returns:

  • (String)


36806
36807
36808
36809
36810
36811
# File 'lib/aws-sdk-ec2/types.rb', line 36806

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