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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acmpca/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)


1454
1455
1456
1457
1458
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1454

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