Class: Aws::IoTWireless::Types::GetWirelessGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayResponse
- 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.
-
#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.
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2495 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.
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2495 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.
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2495 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.
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2495 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.
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2495 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.
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2495 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.
2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2495 class GetWirelessGatewayResponse < Struct.new( :name, :id, :description, :lo_ra_wan, :arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end |