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
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.
2792 2793 2794 2795 2796 2797 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2792 class GetWirelessGatewayRequest < Struct.new( :identifier, :identifier_type) SENSITIVE = [] include Aws::Structure end |
#identifier_type ⇒ String
The type of identifier used in identifier
.
2792 2793 2794 2795 2796 2797 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2792 class GetWirelessGatewayRequest < Struct.new( :identifier, :identifier_type) SENSITIVE = [] include Aws::Structure end |