Class: Aws::IoTWireless::Types::GetResourceLogLevelRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTWireless::Types::GetResourceLogLevelRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #resource_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the resource. 
- 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the resource, which can be ‘WirelessDevice` or `WirelessGateway`. 
Instance Attribute Details
#resource_identifier ⇒ String
The identifier of the resource. For a Wireless Device, it is the wireless device ID. For a wireless gateway, it is the wireless gateway ID.
| 2422 2423 2424 2425 2426 2427 | # File 'lib/aws-sdk-iotwireless/types.rb', line 2422 class GetResourceLogLevelRequest < Struct.new( :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_type ⇒ String
The type of the resource, which can be ‘WirelessDevice` or `WirelessGateway`.
| 2422 2423 2424 2425 2426 2427 | # File 'lib/aws-sdk-iotwireless/types.rb', line 2422 class GetResourceLogLevelRequest < Struct.new( :resource_identifier, :resource_type) SENSITIVE = [] include Aws::Structure end |