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.
| 2874 2875 2876 2877 2878 2879 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2874 class GetWirelessGatewayRequest < Struct.new( :identifier, :identifier_type) SENSITIVE = [] include Aws::Structure end | 
#identifier_type ⇒ String
The type of identifier used in identifier.
| 2874 2875 2876 2877 2878 2879 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2874 class GetWirelessGatewayRequest < Struct.new( :identifier, :identifier_type) SENSITIVE = [] include Aws::Structure end |