Class: Aws::EC2::Types::LaunchTemplateIamInstanceProfileSpecificationRequest

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

Overview

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)


44479
44480
44481
44482
44483
44484
# File 'lib/aws-sdk-ec2/types.rb', line 44479

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

#nameString

The name of the instance profile.

Returns:

  • (String)


44479
44480
44481
44482
44483
44484
# File 'lib/aws-sdk-ec2/types.rb', line 44479

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