Module: Aws::IoTManagedIntegrations::Client::_GetOtaTaskResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetOtaTaskResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


684
# File 'sig/client.rbs', line 684

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


677
# File 'sig/client.rbs', line 677

def description: () -> ::String

#last_updated_at::Time

Returns:

  • (::Time)


685
# File 'sig/client.rbs', line 685

def last_updated_at: () -> ::Time

#ota_mechanism"PUSH"

Returns:

  • ("PUSH")


682
# File 'sig/client.rbs', line 682

def ota_mechanism: () -> ("PUSH")

#ota_scheduling_configTypes::OtaTaskSchedulingConfig



688
# File 'sig/client.rbs', line 688

def ota_scheduling_config: () -> Types::OtaTaskSchedulingConfig

#ota_target_query_string::String

Returns:

  • (::String)


681
# File 'sig/client.rbs', line 681

def ota_target_query_string: () -> ::String

#ota_task_execution_retry_configTypes::OtaTaskExecutionRetryConfig



689
# File 'sig/client.rbs', line 689

def ota_task_execution_retry_config: () -> Types::OtaTaskExecutionRetryConfig

#ota_type"ONE_TIME", "CONTINUOUS"

Returns:

  • ("ONE_TIME", "CONTINUOUS")


680
# File 'sig/client.rbs', line 680

def ota_type: () -> ("ONE_TIME" | "CONTINUOUS")

#protocol"HTTP"

Returns:

  • ("HTTP")


679
# File 'sig/client.rbs', line 679

def protocol: () -> ("HTTP")

#s3_url::String

Returns:

  • (::String)


678
# File 'sig/client.rbs', line 678

def s3_url: () -> ::String

#status"IN_PROGRESS", ...

Returns:

  • ("IN_PROGRESS", "CANCELED", "COMPLETED", "DELETION_IN_PROGRESS", "SCHEDULED")


690
# File 'sig/client.rbs', line 690

def status: () -> ("IN_PROGRESS" | "CANCELED" | "COMPLETED" | "DELETION_IN_PROGRESS" | "SCHEDULED")

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


691
# File 'sig/client.rbs', line 691

def tags: () -> ::Hash[::String, ::String]

#target::Array[::String]

Returns:

  • (::Array[::String])


683
# File 'sig/client.rbs', line 683

def target: () -> ::Array[::String]

#task_arn::String

Returns:

  • (::String)


676
# File 'sig/client.rbs', line 676

def task_arn: () -> ::String

#task_configuration_id::String

Returns:

  • (::String)


686
# File 'sig/client.rbs', line 686

def task_configuration_id: () -> ::String

#task_id::String

Returns:

  • (::String)


675
# File 'sig/client.rbs', line 675

def task_id: () -> ::String

#task_processing_detailsTypes::TaskProcessingDetails



687
# File 'sig/client.rbs', line 687

def task_processing_details: () -> Types::TaskProcessingDetails