Class: Aws::PaymentCryptography::Types::GetResourcePolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::GetResourcePolicyOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-paymentcryptography/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The resource-based policy attached to the key, in JSON format.
-
#resource_arn ⇒ String
The ‘KeyARN` of the key.
Instance Attribute Details
#policy ⇒ String
The resource-based policy attached to the key, in JSON format.
1243 1244 1245 1246 1247 1248 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1243 class GetResourcePolicyOutput < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ‘KeyARN` of the key.
1243 1244 1245 1246 1247 1248 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1243 class GetResourcePolicyOutput < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |