Class: Aws::PaymentCryptography::Types::GetResourcePolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::GetResourcePolicyOutput
- Defined in:
- gems/aws-sdk-paymentcryptography/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
KeyARNof the key.
Instance Attribute Details
#policy ⇒ String
The resource-based policy attached to the key, in JSON format.
1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1239 class GetResourcePolicyOutput < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The KeyARN of the key.
1239 1240 1241 1242 1243 1244 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1239 class GetResourcePolicyOutput < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |