Class: Aws::ACMPCA::Types::GetPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::GetPolicyResponse
- Includes:
- Structure
- Defined in:
- 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.
1418 1419 1420 1421 1422 |
# File 'lib/aws-sdk-acmpca/types.rb', line 1418 class GetPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |