Class: Aws::PaymentCryptography::Types::GetResourcePolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::GetResourcePolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The ‘KeyARN` of the key whose resource-based policy you want to retrieve.
Instance Attribute Details
#resource_arn ⇒ String
The ‘KeyARN` of the key whose resource-based policy you want to retrieve.
1223 1224 1225 1226 1227 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1223 class GetResourcePolicyInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |