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)


2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2902

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)


2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2902

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

#nameString

The name of the resource.

Returns:

  • (String)


2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2902

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

#updateTypes::UpdateWirelessGatewayTaskCreate

Information about the gateways to update.



2902
2903
2904
2905
2906
2907
2908
2909
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2902

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