You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::AwsIamAttachedManagedPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamAttachedManagedPolicy
- Defined in:
- (unknown)
Overview
Note:
When passing AwsIamAttachedManagedPolicy as input to an Aws::Client method, you can use a vanilla Hash:
{
policy_name: "NonEmptyString",
policy_arn: "NonEmptyString",
}
A managed policy that is attached to an IAM principal.
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.
#policy_name ⇒ String
The name of the policy.