Class: Aws::Redshift::Types::GetResourcePolicyMessage

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_arnString

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

Returns:

  • (String)


7068
7069
7070
7071
7072
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 7068

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