Class: Aws::Redshift::Types::DeleteResourcePolicyMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteResourcePolicyMessage
- 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 deleted.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource of which its resource policy is deleted.
3781 3782 3783 3784 3785 |
# File 'lib/aws-sdk-redshift/types.rb', line 3781 class DeleteResourcePolicyMessage < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |