Class: Aws::Redshift::Types::GetResourcePolicyMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::GetResourcePolicyMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource of which its resource policy is fetched.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource of which its resource policy is fetched.
7032 7033 7034 7035 7036 |
# File 'lib/aws-sdk-redshift/types.rb', line 7032 class GetResourcePolicyMessage < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |