Class: Aws::SecurityHub::Types::AwsIamRolePolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsIamRolePolicy
- Includes:
- Aws::Structure
- Defined in:
- 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.
14203 14204 14205 14206 14207 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14203 class AwsIamRolePolicy < Struct.new( :policy_name) SENSITIVE = [] include Aws::Structure end |