Class: Aws::Redshift::Types::PutResourcePolicyResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::PutResourcePolicyResult
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_policy ⇒ Types::ResourcePolicy
The content of the updated resource policy.
Instance Attribute Details
#resource_policy ⇒ Types::ResourcePolicy
The content of the updated resource policy.
9540 9541 9542 9543 9544 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9540 class PutResourcePolicyResult < Struct.new( :resource_policy) SENSITIVE = [] include Aws::Structure end |