Class: Aws::PaymentCryptography::Types::PutResourcePolicyOutput

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 that was attached to the key.

Returns:

  • (String)


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_arnString

The ‘KeyARN` of the key that the resource-based policy was attached to.

Returns:

  • (String)


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