Class: Aws::Redshift::Types::PutResourcePolicyMessage

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

#policyString

The content of the resource policy being updated.

Returns:

  • (String)


9253
9254
9255
9256
9257
9258
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9253

class PutResourcePolicyMessage < Struct.new(
  :resource_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the resource of which its resource policy is updated.

Returns:

  • (String)


9253
9254
9255
9256
9257
9258
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 9253

class PutResourcePolicyMessage < Struct.new(
  :resource_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end