Class: Aws::ACMPCA::Types::GetPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::GetPolicyResponse
- Defined in:
- gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ String
The policy attached to the private CA as a JSON document.
Instance Attribute Details
#policy ⇒ String
The policy attached to the private CA as a JSON document.
1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1420 class GetPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |