Class: Aws::SecurityHub::Types::AwsIamAttachedManagedPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamAttachedManagedPolicy
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
A managed policy that is attached to an IAM principal.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
The ARN of the policy.
-
#policy_name ⇒ String
The name of the policy.
Instance Attribute Details
#policy_arn ⇒ String
The ARN of the policy.
13876 13877 13878 13879 13880 13881 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13876 class AwsIamAttachedManagedPolicy < Struct.new( :policy_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the policy.
13876 13877 13878 13879 13880 13881 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13876 class AwsIamAttachedManagedPolicy < Struct.new( :policy_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |