Class: Aws::Redshift::Types::PutResourcePolicyMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::PutResourcePolicyMessage
- Defined in:
- gems/aws-sdk-redshift/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.
9605 9606 9607 9608 9609 9610 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9605 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.
9605 9606 9607 9608 9609 9610 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9605 class PutResourcePolicyMessage < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |