Class: Aws::IoTWireless::Types::GetWirelessGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayResponse
- 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.
-
#id ⇒ String
The ID of the wireless gateway.
-
#lo_ra_wan ⇒ Types::LoRaWANGateway
Information about the wireless gateway.
-
#name ⇒ String
The name of the resource.
-
#thing_arn ⇒ String
The ARN of the thing associated with the wireless gateway.
-
#thing_name ⇒ String
The name of the thing associated with the wireless gateway.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the resource.
2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2828 class GetWirelessGatewayResponse < Struct.new( :name, :id, :description, :lo_ra_wan, :arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the resource.
2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2828 class GetWirelessGatewayResponse < Struct.new( :name, :id, :description, :lo_ra_wan, :arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the wireless gateway.
2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2828 class GetWirelessGatewayResponse < Struct.new( :name, :id, :description, :lo_ra_wan, :arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end |
#lo_ra_wan ⇒ Types::LoRaWANGateway
Information about the wireless gateway.
2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2828 class GetWirelessGatewayResponse < Struct.new( :name, :id, :description, :lo_ra_wan, :arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource.
2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2828 class GetWirelessGatewayResponse < Struct.new( :name, :id, :description, :lo_ra_wan, :arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end |
#thing_arn ⇒ String
The ARN of the thing associated with the wireless gateway.
2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2828 class GetWirelessGatewayResponse < Struct.new( :name, :id, :description, :lo_ra_wan, :arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the thing associated with the wireless gateway. The value is empty if a thing isn’t associated with the gateway.
2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2828 class GetWirelessGatewayResponse < Struct.new( :name, :id, :description, :lo_ra_wan, :arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end |