Class: Aws::IoTWireless::Types::GetWirelessGatewayFirmwareInformationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayFirmwareInformationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource to get.
Instance Attribute Details
#id ⇒ String
The ID of the resource to get.
2768 2769 2770 2771 2772 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 2768 class GetWirelessGatewayFirmwareInformationRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |