Module: Aws::IoTManagedIntegrations::Client::_GetOtaTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetOtaTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #last_updated_at ⇒ ::Time
- #ota_mechanism ⇒ "PUSH"
- #ota_scheduling_config ⇒ Types::OtaTaskSchedulingConfig
- #ota_target_query_string ⇒ ::String
- #ota_task_execution_retry_config ⇒ Types::OtaTaskExecutionRetryConfig
- #ota_type ⇒ "ONE_TIME", "CONTINUOUS"
- #protocol ⇒ "HTTP"
- #s3_url ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
- #tags ⇒ ::Hash[::String, ::String]
- #target ⇒ ::Array[::String]
- #task_arn ⇒ ::String
- #task_configuration_id ⇒ ::String
- #task_id ⇒ ::String
- #task_processing_details ⇒ Types::TaskProcessingDetails
Instance Method Details
#created_at ⇒ ::Time
684 |
# File 'sig/client.rbs', line 684
def created_at: () -> ::Time
|
#description ⇒ ::String
677 |
# File 'sig/client.rbs', line 677
def description: () -> ::String
|
#last_updated_at ⇒ ::Time
685 |
# File 'sig/client.rbs', line 685
def last_updated_at: () -> ::Time
|
#ota_mechanism ⇒ "PUSH"
682 |
# File 'sig/client.rbs', line 682
def ota_mechanism: () -> ("PUSH")
|
#ota_scheduling_config ⇒ Types::OtaTaskSchedulingConfig
688 |
# File 'sig/client.rbs', line 688
def ota_scheduling_config: () -> Types::OtaTaskSchedulingConfig
|
#ota_target_query_string ⇒ ::String
681 |
# File 'sig/client.rbs', line 681
def ota_target_query_string: () -> ::String
|
#ota_task_execution_retry_config ⇒ Types::OtaTaskExecutionRetryConfig
689 |
# File 'sig/client.rbs', line 689
def ota_task_execution_retry_config: () -> Types::OtaTaskExecutionRetryConfig
|
#ota_type ⇒ "ONE_TIME", "CONTINUOUS"
680 |
# File 'sig/client.rbs', line 680
def ota_type: () -> ("ONE_TIME" | "CONTINUOUS")
|
#protocol ⇒ "HTTP"
679 |
# File 'sig/client.rbs', line 679
def protocol: () -> ("HTTP")
|
#s3_url ⇒ ::String
678 |
# File 'sig/client.rbs', line 678
def s3_url: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
690 |
# File 'sig/client.rbs', line 690
def status: () -> ("IN_PROGRESS" | "CANCELED" | "COMPLETED" | "DELETION_IN_PROGRESS" | "SCHEDULED")
|
#tags ⇒ ::Hash[::String, ::String]
691 |
# File 'sig/client.rbs', line 691
def tags: () -> ::Hash[::String, ::String]
|
#target ⇒ ::Array[::String]
683 |
# File 'sig/client.rbs', line 683
def target: () -> ::Array[::String]
|
#task_arn ⇒ ::String
676 |
# File 'sig/client.rbs', line 676
def task_arn: () -> ::String
|
#task_configuration_id ⇒ ::String
686 |
# File 'sig/client.rbs', line 686
def task_configuration_id: () -> ::String
|
#task_id ⇒ ::String
675 |
# File 'sig/client.rbs', line 675
def task_id: () -> ::String
|
#task_processing_details ⇒ Types::TaskProcessingDetails
687 |
# File 'sig/client.rbs', line 687
def task_processing_details: () -> Types::TaskProcessingDetails
|