Class: Aws::IoTWireless::Types::SidewalkListDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SidewalkListDevice
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Sidewalk object used by list functions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amazon_id ⇒ String
The Sidewalk Amazon ID.
-
#device_certificates ⇒ Array<Types::CertificateList>
The sidewalk device certificates for Ed25519 and P256r1.
-
#device_profile_id ⇒ String
Sidewalk object used by list functions.
-
#sidewalk_id ⇒ String
The sidewalk device identification.
-
#sidewalk_manufacturing_sn ⇒ String
The Sidewalk manufacturing series number.
-
#status ⇒ String
The status of the Sidewalk devices, such as provisioned or registered.
Instance Attribute Details
#amazon_id ⇒ String
The Sidewalk Amazon ID.
5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5671 class SidewalkListDevice < Struct.new( :amazon_id, :sidewalk_id, :sidewalk_manufacturing_sn, :device_certificates, :device_profile_id, :status) SENSITIVE = [] include Aws::Structure end |
#device_certificates ⇒ Array<Types::CertificateList>
The sidewalk device certificates for Ed25519 and P256r1.
5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5671 class SidewalkListDevice < Struct.new( :amazon_id, :sidewalk_id, :sidewalk_manufacturing_sn, :device_certificates, :device_profile_id, :status) SENSITIVE = [] include Aws::Structure end |
#device_profile_id ⇒ String
Sidewalk object used by list functions.
5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5671 class SidewalkListDevice < Struct.new( :amazon_id, :sidewalk_id, :sidewalk_manufacturing_sn, :device_certificates, :device_profile_id, :status) SENSITIVE = [] include Aws::Structure end |
#sidewalk_id ⇒ String
The sidewalk device identification.
5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5671 class SidewalkListDevice < Struct.new( :amazon_id, :sidewalk_id, :sidewalk_manufacturing_sn, :device_certificates, :device_profile_id, :status) SENSITIVE = [] include Aws::Structure end |
#sidewalk_manufacturing_sn ⇒ String
The Sidewalk manufacturing series number.
5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5671 class SidewalkListDevice < Struct.new( :amazon_id, :sidewalk_id, :sidewalk_manufacturing_sn, :device_certificates, :device_profile_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Sidewalk devices, such as provisioned or registered.
5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5671 class SidewalkListDevice < Struct.new( :amazon_id, :sidewalk_id, :sidewalk_manufacturing_sn, :device_certificates, :device_profile_id, :status) SENSITIVE = [] include Aws::Structure end |