Class: Aws::EC2::Types::LaunchTemplateIamInstanceProfileSpecification

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)


24013
24014
24015
24016
24017
# File 'lib/aws-sdk-ec2/types.rb', line 24013

class LaunchTemplateIamInstanceProfileSpecification < Struct.new(
  :arn,
  :name)
  include Aws::Structure
end

#nameString

The name of the instance profile.

Returns:

  • (String)


24013
24014
24015
24016
24017
# File 'lib/aws-sdk-ec2/types.rb', line 24013

class LaunchTemplateIamInstanceProfileSpecification < Struct.new(
  :arn,
  :name)
  include Aws::Structure
end