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.



9264
9265
9266
9267
9268
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9264

class PutResourcePolicyResult < Struct.new(
  :resource_policy)
  SENSITIVE = []
  include Aws::Structure
end