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
Note:
When making an API call, you may pass AwsIamAttachedManagedPolicy data as a hash:
{
policy_name: "NonEmptyString",
policy_arn: "NonEmptyString",
}
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.
12619 12620 12621 12622 12623 12624 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12619 class AwsIamAttachedManagedPolicy < Struct.new( :policy_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the policy.
12619 12620 12621 12622 12623 12624 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12619 class AwsIamAttachedManagedPolicy < Struct.new( :policy_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |