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.
14286 14287 14288 14289 14290 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14286 class AwsIamUserPolicy < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |