Class: Aws::SecurityHub::Types::AwsIamUserPolicy

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#policy_nameString

The name of the policy.

Returns:

  • (String)


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