Class: Aws::IoTWireless::Types::DakCertificateMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::DakCertificateMetadata
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
The device attestation key (DAK) information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ap_id ⇒ String
The advertised product ID (APID) that's used for pre-production and production applications.
-
#certificate_id ⇒ String
The certificate ID for the DAK.
-
#device_type_id ⇒ String
The device type ID that's used for prototyping applications.
-
#factory_support ⇒ Boolean
Whether factory support has been enabled.
-
#max_allowed_signature ⇒ Integer
The maximum number of signatures that the DAK can sign.
Instance Attribute Details
#ap_id ⇒ String
The advertised product ID (APID) that's used for pre-production and production applications.
1219 1220 1221 1222 1223 1224 1225 1226 1227 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1219 class DakCertificateMetadata < Struct.new( :certificate_id, :max_allowed_signature, :factory_support, :ap_id, :device_type_id) SENSITIVE = [] include Aws::Structure end |
#certificate_id ⇒ String
The certificate ID for the DAK.
1219 1220 1221 1222 1223 1224 1225 1226 1227 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1219 class DakCertificateMetadata < Struct.new( :certificate_id, :max_allowed_signature, :factory_support, :ap_id, :device_type_id) SENSITIVE = [] include Aws::Structure end |
#device_type_id ⇒ String
The device type ID that's used for prototyping applications.
1219 1220 1221 1222 1223 1224 1225 1226 1227 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1219 class DakCertificateMetadata < Struct.new( :certificate_id, :max_allowed_signature, :factory_support, :ap_id, :device_type_id) SENSITIVE = [] include Aws::Structure end |
#factory_support ⇒ Boolean
Whether factory support has been enabled.
1219 1220 1221 1222 1223 1224 1225 1226 1227 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1219 class DakCertificateMetadata < Struct.new( :certificate_id, :max_allowed_signature, :factory_support, :ap_id, :device_type_id) SENSITIVE = [] include Aws::Structure end |
#max_allowed_signature ⇒ Integer
The maximum number of signatures that the DAK can sign. A value of
-1
indicates that there's no device limit.
1219 1220 1221 1222 1223 1224 1225 1226 1227 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1219 class DakCertificateMetadata < Struct.new( :certificate_id, :max_allowed_signature, :factory_support, :ap_id, :device_type_id) SENSITIVE = [] include Aws::Structure end |