Class: Aws::PaymentCryptography::Types::PutResourcePolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::PutResourcePolicyOutput
- 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 that was attached to the key.
-
#resource_arn ⇒ String
The
KeyARNof 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 'gems/aws-sdk-paymentcryptography/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 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 2303 class PutResourcePolicyOutput < Struct.new( :resource_arn, :policy) SENSITIVE = [] include Aws::Structure end |