Class: Aws::PaymentCryptography::Types::PutResourcePolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::PutResourcePolicyOutput
- 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 that was attached to the key.
-
#resource_arn ⇒ String
The ‘KeyARN` of the key that the resource-based policy was attached to.
Instance Attribute Details
#policy ⇒ String
The resource-based policy that was attached to the key.
2303 2304 2305 2306 2307 2308 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2303 class PutResourcePolicyOutput < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ‘KeyARN` of the key that the resource-based policy was attached to.
2303 2304 2305 2306 2307 2308 |
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2303 class PutResourcePolicyOutput < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |