Class: Aws::PaymentCryptography::Types::DeleteResourcePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::DeleteResourcePolicyInput
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The
KeyARNof the key whose resource-based policy you want to delete.
Instance Attribute Details
#resource_arn ⇒ String
The KeyARN of the key whose resource-based policy you want to
delete.
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 |