Class: Aws::SecurityHub::Types::AwsIamAttachedManagedPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamAttachedManagedPolicy
- Includes:
- Aws::Structure
- Defined in:
- 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.
13745 13746 13747 13748 13749 13750 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13745 class AwsIamAttachedManagedPolicy < Struct.new( :policy_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the policy.
13745 13746 13747 13748 13749 13750 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13745 class AwsIamAttachedManagedPolicy < Struct.new( :policy_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |