Class: Aws::WorkLink::Types::UpdateDevicePolicyConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkLink::Types::UpdateDevicePolicyConfigurationRequest
- 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.
-
#fleet_arn ⇒ String
The ARN of the fleet.
Instance Attribute Details
#device_ca_certificate ⇒ String
The certificate chain, including intermediate certificates and the root certificate authority certificate used to issue device certificates.
1143 1144 1145 1146 1147 1148 |
# File 'lib/aws-sdk-worklink/types.rb', line 1143 class UpdateDevicePolicyConfigurationRequest < Struct.new( :fleet_arn, :device_ca_certificate) SENSITIVE = [] include Aws::Structure end |
#fleet_arn ⇒ String
The ARN of the fleet.
1143 1144 1145 1146 1147 1148 |
# File 'lib/aws-sdk-worklink/types.rb', line 1143 class UpdateDevicePolicyConfigurationRequest < Struct.new( :fleet_arn, :device_ca_certificate) SENSITIVE = [] include Aws::Structure end |