Class: Aws::IoTWireless::Types::GetWirelessGatewayTaskDefinitionRequest

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

#id ⇒ String

The ID of the resource to get.

Returns:

  • (String)


3012
3013
3014
3015
3016
# File 'lib/aws-sdk-iotwireless/types.rb', line 3012

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