Class: Aws::Glue::Types::PutResourcePolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_hashString

A hash of the policy that has just been set. This must be included in a subsequent call that overwrites or updates this policy.

Returns:

  • (String)


16953
16954
16955
16956
16957
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16953

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