Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataIamInstanceProfileDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataIamInstanceProfileDetails
- Defined in:
- gems/aws-sdk-securityhub/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.
7477 7478 7479 7480 7481 7482 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7477 class AwsEc2LaunchTemplateDataIamInstanceProfileDetails < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the instance profile.
7477 7478 7479 7480 7481 7482 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 7477 class AwsEc2LaunchTemplateDataIamInstanceProfileDetails < Struct.new( :arn, :name) SENSITIVE = [] include Aws::Structure end |