Class: Aws::SecurityHub::Types::AwsIamUserPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamUserPolicy
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Information about an inline policy that is embedded in the user.
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.
14417 14418 14419 14420 14421 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14417 class AwsIamUserPolicy < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |