Module: Aws::DataSync::Client::_DescribeTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cloud_watch_log_group_arn ⇒ ::String
- #creation_time ⇒ ::Time
- #current_task_execution_arn ⇒ ::String
- #destination_location_arn ⇒ ::String
- #destination_network_interface_arns ⇒ ::Array[::String]
- #error_code ⇒ ::String
- #error_detail ⇒ ::String
- #excludes ⇒ ::Array[Types::FilterRule]
- #includes ⇒ ::Array[Types::FilterRule]
- #manifest_config ⇒ Types::ManifestConfig
- #name ⇒ ::String
- #options ⇒ Types::Options
- #schedule ⇒ Types::TaskSchedule
- #schedule_details ⇒ Types::TaskScheduleDetails
- #source_location_arn ⇒ ::String
- #source_network_interface_arns ⇒ ::Array[::String]
- #status ⇒ "AVAILABLE", ...
- #task_arn ⇒ ::String
- #task_mode ⇒ "BASIC", "ENHANCED"
- #task_report_config ⇒ Types::TaskReportConfig
Instance Method Details
#cloud_watch_log_group_arn ⇒ ::String
691 |
# File 'sig/client.rbs', line 691
def cloud_watch_log_group_arn: () -> ::String
|
#creation_time ⇒ ::Time
699 |
# File 'sig/client.rbs', line 699
def creation_time: () -> ::Time
|
#current_task_execution_arn ⇒ ::String
688 |
# File 'sig/client.rbs', line 688
def current_task_execution_arn: () -> ::String
|
#destination_location_arn ⇒ ::String
690 |
# File 'sig/client.rbs', line 690
def destination_location_arn: () -> ::String
|
#destination_network_interface_arns ⇒ ::Array[::String]
693 |
# File 'sig/client.rbs', line 693
def destination_network_interface_arns: () -> ::Array[::String]
|
#error_code ⇒ ::String
697 |
# File 'sig/client.rbs', line 697
def error_code: () -> ::String
|
#error_detail ⇒ ::String
698 |
# File 'sig/client.rbs', line 698
def error_detail: () -> ::String
|
#excludes ⇒ ::Array[Types::FilterRule]
695 |
# File 'sig/client.rbs', line 695
def excludes: () -> ::Array[Types::FilterRule]
|
#includes ⇒ ::Array[Types::FilterRule]
700 |
# File 'sig/client.rbs', line 700
def includes: () -> ::Array[Types::FilterRule]
|
#manifest_config ⇒ Types::ManifestConfig
701 |
# File 'sig/client.rbs', line 701
def manifest_config: () -> Types::ManifestConfig
|
#name ⇒ ::String
687 |
# File 'sig/client.rbs', line 687
def name: () -> ::String
|
#schedule ⇒ Types::TaskSchedule
696 |
# File 'sig/client.rbs', line 696
def schedule: () -> Types::TaskSchedule
|
#schedule_details ⇒ Types::TaskScheduleDetails
703 |
# File 'sig/client.rbs', line 703
def schedule_details: () -> Types::TaskScheduleDetails
|
#source_location_arn ⇒ ::String
689 |
# File 'sig/client.rbs', line 689
def source_location_arn: () -> ::String
|
#source_network_interface_arns ⇒ ::Array[::String]
692 |
# File 'sig/client.rbs', line 692
def source_network_interface_arns: () -> ::Array[::String]
|
#status ⇒ "AVAILABLE", ...
686 |
# File 'sig/client.rbs', line 686
def status: () -> ("AVAILABLE" | "CREATING" | "QUEUED" | "RUNNING" | "UNAVAILABLE")
|
#task_arn ⇒ ::String
685 |
# File 'sig/client.rbs', line 685
def task_arn: () -> ::String
|
#task_mode ⇒ "BASIC", "ENHANCED"
704 |
# File 'sig/client.rbs', line 704
def task_mode: () -> ("BASIC" | "ENHANCED")
|
#task_report_config ⇒ Types::TaskReportConfig
702 |
# File 'sig/client.rbs', line 702
def task_report_config: () -> Types::TaskReportConfig
|