Class: Aws::SecurityHub::Types::AwsIamGroupPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamGroupPolicy
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass AwsIamGroupPolicy data as a hash:
{
policy_name: "NonEmptyString",
}
A managed policy that is attached to the IAM group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_name ⇒ String
The name of the policy.
Instance Attribute Details
#policy_name ⇒ String
The name of the policy.
12709 12710 12711 12712 12713 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12709 class AwsIamGroupPolicy < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |