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
Note:
When making an API call, you may pass AwsIamUserPolicy data as a hash:
{
policy_name: "NonEmptyString",
}
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.
13251 13252 13253 13254 13255 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13251 class AwsIamUserPolicy < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |