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.
2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2896 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.
2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2896 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.
2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2896 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.
2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2896 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.
2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2896 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.
2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2896 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.
2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2896 class GetWirelessGatewayResponse < Struct.new( :name, :id, :description, :lo_ra_wan, :arn, :thing_name, :thing_arn) SENSITIVE = [] include Aws::Structure end |