Class: Aws::Glue::Types::DeleteResourcePolicyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_hash_conditionString

The hash value returned when this policy was set.

Returns:

  • (String)


7320
7321
7322
7323
7324
7325
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7320

class DeleteResourcePolicyRequest < Struct.new(
  :policy_hash_condition,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the Glue resource for the resource policy to be deleted.

Returns:

  • (String)


7320
7321
7322
7323
7324
7325
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7320

class DeleteResourcePolicyRequest < Struct.new(
  :policy_hash_condition,
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end