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.



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

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