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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


2626
2627
2628
2629
2630
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2626

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