Class: Aws::ACMPCA::Types::GetPolicyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The policy attached to the private CA as a JSON document.

Returns:

  • (String)


1422
1423
1424
1425
1426
# File 'lib/aws-sdk-acmpca/types.rb', line 1422

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