Class: Aws::Glue::Types::DeleteResourcePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteResourcePolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass DeleteResourcePolicyRequest data as a hash:
{
policy_hash_condition: "HashString",
resource_arn: "GlueResourceArn",
}
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 AWS 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.
5533 5534 5535 5536 5537 5538 |
# File 'lib/aws-sdk-glue/types.rb', line 5533 class DeleteResourcePolicyRequest < Struct.new( :policy_hash_condition, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the AWS Glue resource for the resource policy to be deleted.
5533 5534 5535 5536 5537 5538 |
# File 'lib/aws-sdk-glue/types.rb', line 5533 class DeleteResourcePolicyRequest < Struct.new( :policy_hash_condition, :resource_arn) SENSITIVE = [] include Aws::Structure end |