Class: Aws::SecurityHub::Types::AwsIamRolePolicy

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

An inline policy that is embedded in the role.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_nameString

The name of the policy.

Returns:

  • (String)


14200
14201
14202
14203
14204
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 14200

class AwsIamRolePolicy < Struct.new(
  :policy_name)
  SENSITIVE = []
  include Aws::Structure
end