Class: Aws::Glue::Types::DeleteResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteResourcePolicyRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_hash_condition ⇒ String
The hash value returned when this policy was set.
-
#resource_arn ⇒ String
The ARN of the Glue resource for the resource policy to be deleted.
Instance Attribute Details
#policy_hash_condition ⇒ String
The hash value returned when this policy was set.
8880 8881 8882 8883 8884 8885 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8880 class DeleteResourcePolicyRequest < Struct.new( :policy_hash_condition, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the Glue resource for the resource policy to be deleted.
8880 8881 8882 8883 8884 8885 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8880 class DeleteResourcePolicyRequest < Struct.new( :policy_hash_condition, :resource_arn) SENSITIVE = [] include Aws::Structure end |