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

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

#arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


2970
2971
2972
2973
2974
2975
2976
2977
# File 'lib/aws-sdk-iotwireless/types.rb', line 2970

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)


2970
2971
2972
2973
2974
2975
2976
2977
# File 'lib/aws-sdk-iotwireless/types.rb', line 2970

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

#nameString

The name of the resource.

Returns:

  • (String)


2970
2971
2972
2973
2974
2975
2976
2977
# File 'lib/aws-sdk-iotwireless/types.rb', line 2970

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

#updateTypes::UpdateWirelessGatewayTaskCreate

Information about the gateways to update.



2970
2971
2972
2973
2974
2975
2976
2977
# File 'lib/aws-sdk-iotwireless/types.rb', line 2970

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