Class: Aws::EC2::Types::LaunchTemplateIamInstanceProfileSpecificationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplateIamInstanceProfileSpecificationRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
An IAM instance profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the instance profile.
-
#name ⇒ String
The name of the instance profile.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the instance profile.
45705 45706 45707 45708 45709 45710 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45705 class LaunchTemplateIamInstanceProfileSpecificationRequest < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the instance profile.
45705 45706 45707 45708 45709 45710 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45705 class LaunchTemplateIamInstanceProfileSpecificationRequest < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |