Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataIamInstanceProfileDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataIamInstanceProfileDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details for an Identity and Access Management (IAM) instance profile, which is a container for an IAM role for your instance.
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.
7346 7347 7348 7349 7350 7351 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7346 class AwsEc2LaunchTemplateDataIamInstanceProfileDetails < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the instance profile.
7346 7347 7348 7349 7350 7351 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7346 class AwsEc2LaunchTemplateDataIamInstanceProfileDetails < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |