Class: Aws::Types::DakCertificateMetadata
- Inherits:
-
Object
- Object
- Aws::Types::DakCertificateMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ap_id ⇒ ::String
Returns the value of attribute ap_id.
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#device_type_id ⇒ ::String
Returns the value of attribute device_type_id.
-
#factory_support ⇒ Boolean
Returns the value of attribute factory_support.
-
#max_allowed_signature ⇒ ::Integer
Returns the value of attribute max_allowed_signature.
Instance Attribute Details
#ap_id ⇒ ::String
Returns the value of attribute ap_id.
356 357 358 |
# File 'sig/types.rbs', line 356 def ap_id @ap_id end |
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
353 354 355 |
# File 'sig/types.rbs', line 353 def certificate_id @certificate_id end |
#device_type_id ⇒ ::String
Returns the value of attribute device_type_id.
357 358 359 |
# File 'sig/types.rbs', line 357 def device_type_id @device_type_id end |
#factory_support ⇒ Boolean
Returns the value of attribute factory_support.
355 356 357 |
# File 'sig/types.rbs', line 355 def factory_support @factory_support end |
#max_allowed_signature ⇒ ::Integer
Returns the value of attribute max_allowed_signature.
354 355 356 |
# File 'sig/types.rbs', line 354 def max_allowed_signature @max_allowed_signature end |