Class: Aws::IoTWireless::Types::GetWirelessDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessDeviceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name of the resource.
-
#description ⇒ String
The description of the resource.
-
#destination_name ⇒ String
The name of the destination to which the device is assigned.
-
#id ⇒ String
The ID of the wireless device.
-
#lo_ra_wan ⇒ Types::LoRaWANDevice
Information about the wireless device.
-
#name ⇒ String
The name of the resource.
-
#positioning ⇒ String
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
-
#sidewalk ⇒ Types::SidewalkDevice
Sidewalk device object.
-
#thing_arn ⇒ String
The ARN of the thing associated with the wireless device.
-
#thing_name ⇒ String
The name of the thing associated with the wireless device.
-
#type ⇒ String
The wireless device type.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the resource.
2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2751 class GetWirelessDeviceResponse < Struct.new( :type, :name, :description, :destination_name, :id, :arn, :thing_name, :thing_arn, :lo_ra_wan, :sidewalk, :positioning) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the resource.
2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2751 class GetWirelessDeviceResponse < Struct.new( :type, :name, :description, :destination_name, :id, :arn, :thing_name, :thing_arn, :lo_ra_wan, :sidewalk, :positioning) SENSITIVE = [] include Aws::Structure end |
#destination_name ⇒ String
The name of the destination to which the device is assigned.
2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2751 class GetWirelessDeviceResponse < Struct.new( :type, :name, :description, :destination_name, :id, :arn, :thing_name, :thing_arn, :lo_ra_wan, :sidewalk, :positioning) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the wireless device.
2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2751 class GetWirelessDeviceResponse < Struct.new( :type, :name, :description, :destination_name, :id, :arn, :thing_name, :thing_arn, :lo_ra_wan, :sidewalk, :positioning) SENSITIVE = [] include Aws::Structure end |
#lo_ra_wan ⇒ Types::LoRaWANDevice
Information about the wireless device.
2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2751 class GetWirelessDeviceResponse < Struct.new( :type, :name, :description, :destination_name, :id, :arn, :thing_name, :thing_arn, :lo_ra_wan, :sidewalk, :positioning) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource.
2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2751 class GetWirelessDeviceResponse < Struct.new( :type, :name, :description, :destination_name, :id, :arn, :thing_name, :thing_arn, :lo_ra_wan, :sidewalk, :positioning) SENSITIVE = [] include Aws::Structure end |
#positioning ⇒ String
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2751 class GetWirelessDeviceResponse < Struct.new( :type, :name, :description, :destination_name, :id, :arn, :thing_name, :thing_arn, :lo_ra_wan, :sidewalk, :positioning) SENSITIVE = [] include Aws::Structure end |
#sidewalk ⇒ Types::SidewalkDevice
Sidewalk device object.
2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2751 class GetWirelessDeviceResponse < Struct.new( :type, :name, :description, :destination_name, :id, :arn, :thing_name, :thing_arn, :lo_ra_wan, :sidewalk, :positioning) SENSITIVE = [] include Aws::Structure end |
#thing_arn ⇒ String
The ARN of the thing associated with the wireless device.
2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2751 class GetWirelessDeviceResponse < Struct.new( :type, :name, :description, :destination_name, :id, :arn, :thing_name, :thing_arn, :lo_ra_wan, :sidewalk, :positioning) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing associated with the wireless device. The value is empty if a thing isn’t associated with the device.
2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2751 class GetWirelessDeviceResponse < Struct.new( :type, :name, :description, :destination_name, :id, :arn, :thing_name, :thing_arn, :lo_ra_wan, :sidewalk, :positioning) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The wireless device type.
2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2751 class GetWirelessDeviceResponse < Struct.new( :type, :name, :description, :destination_name, :id, :arn, :thing_name, :thing_arn, :lo_ra_wan, :sidewalk, :positioning) SENSITIVE = [] include Aws::Structure end |