Class: Aws::IoTWireless::Types::GetWirelessGatewayFirmwareInformationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the resource to get.

Returns:

  • (String)


2836
2837
2838
2839
2840
# File 'lib/aws-sdk-iotwireless/types.rb', line 2836

class GetWirelessGatewayFirmwareInformationRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end