Class: Aws::SecurityHub::Types::AwsIamUserPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamUserPolicy
- Includes:
- Aws::Structure
- Defined in:
- 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.
14293 14294 14295 14296 14297 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14293 class AwsIamUserPolicy < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |