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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


56214
56215
56216
56217
56218
56219
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56214

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

#nameString

The name of the instance profile.

Returns:

  • (String)


56214
56215
56216
56217
56218
56219
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56214

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