Class: Aws::Glue::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::PutResourcePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_hash ⇒ String
A hash of the policy that has just been set.
Instance Attribute Details
#policy_hash ⇒ String
A hash of the policy that has just been set. This must be included in a subsequent call that overwrites or updates this policy.
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 |