Class: Aws::Redshift::Types::ResourcePolicy

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

Overview

The policy that is attached to a resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The content of a resource policy.

Returns:

  • (String)


10120
10121
10122
10123
10124
10125
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10120

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

#resource_arnString

The resources that a policy is attached to.

Returns:

  • (String)


10120
10121
10122
10123
10124
10125
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 10120

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