Class: Aws::SecurityHub::Types::AwsIamRolePolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamRolePolicy
- 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
-
#policy_name ⇒ String
The name of the policy.
Instance Attribute Details
#policy_name ⇒ String
The name of the policy.
13709 13710 13711 13712 13713 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13709 class AwsIamRolePolicy < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |