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

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

Overview

List of sidewalk certificates.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#signing_alg ⇒ String

The certificate chain algorithm provided by sidewalk.

Returns:

  • (String)


467
468
469
470
471
472
# File 'lib/aws-sdk-iotwireless/types.rb', line 467

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

#value ⇒ String

The value of the chosen sidewalk certificate.

Returns:

  • (String)


467
468
469
470
471
472
# File 'lib/aws-sdk-iotwireless/types.rb', line 467

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