Class: Aws::IoTWireless::Types::GetWirelessGatewayTaskDefinitionResponse

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

#arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


2565
2566
2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2565

class GetWirelessGatewayTaskDefinitionResponse < Struct.new(
  :auto_create_tasks,
  :name,
  :update,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#auto_create_tasksBoolean

Whether to automatically create tasks using this task definition for all gateways with the specified current version. If false, the task must me created by calling CreateWirelessGatewayTask.

Returns:

  • (Boolean)


2565
2566
2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2565

class GetWirelessGatewayTaskDefinitionResponse < Struct.new(
  :auto_create_tasks,
  :name,
  :update,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource.

Returns:

  • (String)


2565
2566
2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2565

class GetWirelessGatewayTaskDefinitionResponse < Struct.new(
  :auto_create_tasks,
  :name,
  :update,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#updateTypes::UpdateWirelessGatewayTaskCreate

Information about the gateways to update.



2565
2566
2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2565

class GetWirelessGatewayTaskDefinitionResponse < Struct.new(
  :auto_create_tasks,
  :name,
  :update,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end