Class: Aws::IoTManagedIntegrations::Types::GetOtaTaskResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp value of when the over-the-air (OTA) task was created.

Returns:

  • (Time)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#descriptionString

The description of the over-the-air (OTA) task.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#last_updated_atTime

The timestamp value of when the over-the-air (OTA) task was last updated at.

Returns:

  • (Time)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#ota_mechanismString

The deployment mechanism for the over-the-air (OTA) task.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#ota_scheduling_configTypes::OtaTaskSchedulingConfig

Over-the-air (OTA) task scheduling config.



2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#ota_target_query_stringString

The query string to add things to the thing group.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#ota_task_execution_retry_configTypes::OtaTaskExecutionRetryConfig

Over-the-air (OTA) task retry config.



2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#ota_typeString

The frequency type for the over-the-air (OTA) task.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#protocolString

The connection protocol the over-the-air (OTA) task uses to update the device.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#s3_urlString

The URL to the Amazon S3 bucket where the over-the-air (OTA) task is stored.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#statusString

The status of the over-the-air (OTA) task.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

A set of key/value pairs that are used to manage the over-the-air (OTA) task.

Returns:

  • (Hash<String,String>)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#targetArray<String>

The device targeted for the over-the-air (OTA) task.

Returns:

  • (Array<String>)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#task_arnString

The Amazon Resource Name (ARN) of the over-the-air (OTA) task

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#task_configuration_idString

The identifier for the over-the-air (OTA) task configuration.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#task_idString

The id of the over-the-air (OTA) task.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#task_processing_detailsTypes::TaskProcessingDetails

The processing details of all over-the-air (OTA) tasks.



2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2401

class GetOtaTaskResponse < Struct.new(
  :task_id,
  :task_arn,
  :description,
  :s3_url,
  :protocol,
  :ota_type,
  :ota_target_query_string,
  :ota_mechanism,
  :target,
  :created_at,
  :last_updated_at,
  :task_configuration_id,
  :task_processing_details,
  :ota_scheduling_config,
  :ota_task_execution_retry_config,
  :status,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end