You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::WorkLink::Types::DescribeDevicePolicyConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::DescribeDevicePolicyConfigurationResponse
- Defined in:
- gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb
Overview
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.
296 297 298 299 |
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 296 class DescribeDevicePolicyConfigurationResponse < Struct.new( :device_ca_certificate) include Aws::Structure end |