Class: Aws::PaymentCryptography::Types::GetResourcePolicyOutput

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 attached to the key, in JSON format.

Returns:

  • (String)


1239
1240
1241
1242
1243
1244
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1239

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

#resource_arnString

The ‘KeyARN` of the key.

Returns:

  • (String)


1239
1240
1241
1242
1243
1244
# File 'lib/aws-sdk-paymentcryptography/types.rb', line 1239

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