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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


18339
18340
18341
18342
18343
# File 'lib/aws-sdk-glue/types.rb', line 18339

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