Class: Aws::Types::DescribeTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#current_task_execution_arn ⇒ ::String
Returns the value of attribute current_task_execution_arn.
-
#destination_location_arn ⇒ ::String
Returns the value of attribute destination_location_arn.
-
#destination_network_interface_arns ⇒ ::Array[::String]
Returns the value of attribute destination_network_interface_arns.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_detail ⇒ ::String
Returns the value of attribute error_detail.
-
#excludes ⇒ ::Array[Types::FilterRule]
Returns the value of attribute excludes.
-
#includes ⇒ ::Array[Types::FilterRule]
Returns the value of attribute includes.
-
#manifest_config ⇒ Types::ManifestConfig
Returns the value of attribute manifest_config.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#options ⇒ Types::Options
Returns the value of attribute options.
-
#schedule ⇒ Types::TaskSchedule
Returns the value of attribute schedule.
-
#schedule_details ⇒ Types::TaskScheduleDetails
Returns the value of attribute schedule_details.
-
#source_location_arn ⇒ ::String
Returns the value of attribute source_location_arn.
-
#source_network_interface_arns ⇒ ::Array[::String]
Returns the value of attribute source_network_interface_arns.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_mode ⇒ "BASIC", "ENHANCED"
Returns the value of attribute task_mode.
-
#task_report_config ⇒ Types::TaskReportConfig
Returns the value of attribute task_report_config.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
560 561 562 |
# File 'sig/types.rbs', line 560 def cloud_watch_log_group_arn @cloud_watch_log_group_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
568 569 570 |
# File 'sig/types.rbs', line 568 def creation_time @creation_time end |
#current_task_execution_arn ⇒ ::String
Returns the value of attribute current_task_execution_arn.
557 558 559 |
# File 'sig/types.rbs', line 557 def current_task_execution_arn @current_task_execution_arn end |
#destination_location_arn ⇒ ::String
Returns the value of attribute destination_location_arn.
559 560 561 |
# File 'sig/types.rbs', line 559 def destination_location_arn @destination_location_arn end |
#destination_network_interface_arns ⇒ ::Array[::String]
Returns the value of attribute destination_network_interface_arns.
562 563 564 |
# File 'sig/types.rbs', line 562 def destination_network_interface_arns @destination_network_interface_arns end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
566 567 568 |
# File 'sig/types.rbs', line 566 def error_code @error_code end |
#error_detail ⇒ ::String
Returns the value of attribute error_detail.
567 568 569 |
# File 'sig/types.rbs', line 567 def error_detail @error_detail end |
#excludes ⇒ ::Array[Types::FilterRule]
Returns the value of attribute excludes.
564 565 566 |
# File 'sig/types.rbs', line 564 def excludes @excludes end |
#includes ⇒ ::Array[Types::FilterRule]
Returns the value of attribute includes.
569 570 571 |
# File 'sig/types.rbs', line 569 def includes @includes end |
#manifest_config ⇒ Types::ManifestConfig
Returns the value of attribute manifest_config.
570 571 572 |
# File 'sig/types.rbs', line 570 def manifest_config @manifest_config end |
#name ⇒ ::String
Returns the value of attribute name.
556 557 558 |
# File 'sig/types.rbs', line 556 def name @name end |
#options ⇒ Types::Options
Returns the value of attribute options.
563 564 565 |
# File 'sig/types.rbs', line 563 def @options end |
#schedule ⇒ Types::TaskSchedule
Returns the value of attribute schedule.
565 566 567 |
# File 'sig/types.rbs', line 565 def schedule @schedule end |
#schedule_details ⇒ Types::TaskScheduleDetails
Returns the value of attribute schedule_details.
572 573 574 |
# File 'sig/types.rbs', line 572 def schedule_details @schedule_details end |
#source_location_arn ⇒ ::String
Returns the value of attribute source_location_arn.
558 559 560 |
# File 'sig/types.rbs', line 558 def source_location_arn @source_location_arn end |
#source_network_interface_arns ⇒ ::Array[::String]
Returns the value of attribute source_network_interface_arns.
561 562 563 |
# File 'sig/types.rbs', line 561 def source_network_interface_arns @source_network_interface_arns end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
555 556 557 |
# File 'sig/types.rbs', line 555 def status @status end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
554 555 556 |
# File 'sig/types.rbs', line 554 def task_arn @task_arn end |
#task_mode ⇒ "BASIC", "ENHANCED"
Returns the value of attribute task_mode.
573 574 575 |
# File 'sig/types.rbs', line 573 def task_mode @task_mode end |
#task_report_config ⇒ Types::TaskReportConfig
Returns the value of attribute task_report_config.
571 572 573 |
# File 'sig/types.rbs', line 571 def task_report_config @task_report_config end |