Class: Aws::IoTWireless::Types::GetWirelessGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass GetWirelessGatewayRequest data as a hash:
{
identifier: "Identifier", # required
identifier_type: "GatewayEui", # required, accepts GatewayEui, WirelessGatewayId, ThingName
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the wireless gateway to get.
-
#identifier_type ⇒ String
The type of identifier used in
identifier
.
Instance Attribute Details
#identifier ⇒ String
The identifier of the wireless gateway to get.
2616 2617 2618 2619 2620 2621 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2616 class GetWirelessGatewayRequest < Struct.new( :identifier, :identifier_type) SENSITIVE = [] include Aws::Structure end |
#identifier_type ⇒ String
The type of identifier used in identifier
.
2616 2617 2618 2619 2620 2621 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2616 class GetWirelessGatewayRequest < Struct.new( :identifier, :identifier_type) SENSITIVE = [] include Aws::Structure end |