Class: Aws::IoTWireless::Types::GetWirelessDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessDeviceResponse
- Defined in:
- gems/aws-sdk-iotwireless/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.
2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2683 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.
2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2683 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.
2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2683 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.
2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2683 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.
2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2683 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.
2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2683 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.
2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2683 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.
2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2683 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.
2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2683 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.
2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2683 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.
2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2683 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 |