Class: Aws::NetworkFirewall::Types::DescribeResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DescribeResourcePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The IAM policy for the resource.
Instance Attribute Details
#policy ⇒ String
The IAM policy for the resource.
1329 1330 1331 1332 1333 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 1329 class DescribeResourcePolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |