[go: up one dir, main page]

Class: Aws::Redshift::Types::PutResourcePolicyResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_policyTypes::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