Class: Aws::IoTWireless::Types::CertificateList

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

List of sidewalk certificates.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#signing_algString

The certificate chain algorithm provided by sidewalk.

Returns:

  • (String)


443
444
445
446
447
448
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 443

class CertificateList < Struct.new(
  :signing_alg,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the chosen sidewalk certificate.

Returns:

  • (String)


443
444
445
446
447
448
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 443

class CertificateList < Struct.new(
  :signing_alg,
  :value)
  SENSITIVE = []
  include Aws::Structure
end