Class: Aws::WorkLink::Types::DescribeDevicePolicyConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::DescribeDevicePolicyConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-worklink/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_ca_certificate ⇒ String
The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.
Instance Attribute Details
#device_ca_certificate ⇒ String
The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.
251 252 253 254 255 |
# File 'lib/aws-sdk-worklink/types.rb', line 251 class DescribeDevicePolicyConfigurationResponse < Struct.new( :device_ca_certificate) SENSITIVE = [] include Aws::Structure end |