Class: Aws::IoTWireless::Types::CertificateList
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CertificateList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
List of sidewalk certificates.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#signing_alg ⇒ String
The certificate chain algorithm provided by sidewalk.
-
#value ⇒ String
The value of the chosen sidewalk certificate.
Instance Attribute Details
#signing_alg ⇒ String
The certificate chain algorithm provided by sidewalk.
452 453 454 455 456 457 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 452 class CertificateList < Struct.new( :signing_alg, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the chosen sidewalk certificate.
452 453 454 455 456 457 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 452 class CertificateList < Struct.new( :signing_alg, :value) SENSITIVE = [] include Aws::Structure end |