Class: Aws::Glue::Types::PutResourcePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::PutResourcePolicyResponse
- Defined in:
- gems/aws-sdk-glue/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.
24826 24827 24828 24829 24830 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24826 class PutResourcePolicyResponse < Struct.new( :policy_hash) SENSITIVE = [] include Aws::Structure end |