Class: Aws::PaymentCryptography::Types::DeleteResourcePolicyInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The KeyARN of the key whose resource-based policy you want to delete.

Returns:

  • (String)


395
396
397
398
399
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 395

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