Class: Aws::PaymentCryptography::Types::PutResourcePolicyInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-paymentcryptography/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The resource-based policy to attach to the key, in JSON format.

Returns:

  • (String)


2285
2286
2287
2288
2289
2290
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2285

class PutResourcePolicyInput < Struct.new(
  :resource_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ‘KeyARN` of the key to attach the resource-based policy to.

Returns:

  • (String)


2285
2286
2287
2288
2289
2290
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 2285

class PutResourcePolicyInput < Struct.new(
  :resource_arn,
  :policy)
  SENSITIVE = []
  include Aws::Structure
end