Class: Aws::Redshift::Types::PutResourcePolicyMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::PutResourcePolicyMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The content of the resource policy being updated.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource of which its resource policy is updated.
Instance Attribute Details
#policy ⇒ String
The content of the resource policy being updated.
9527 9528 9529 9530 9531 9532 |
# File 'lib/aws-sdk-redshift/types.rb', line 9527 class PutResourcePolicyMessage < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource of which its resource policy is updated.
9527 9528 9529 9530 9531 9532 |
# File 'lib/aws-sdk-redshift/types.rb', line 9527 class PutResourcePolicyMessage < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |