Class: Aws::Types::DescribeTaskResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_arn::String

Returns the value of attribute cloud_watch_log_group_arn.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



564
565
566
# File 'sig/types.rbs', line 564

def excludes
  @excludes
end

#includes::Array[Types::FilterRule]

Returns the value of attribute includes.

Returns:



569
570
571
# File 'sig/types.rbs', line 569

def includes
  @includes
end

#manifest_configTypes::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.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def name
  @name
end

#optionsTypes::Options

Returns the value of attribute options.

Returns:



563
564
565
# File 'sig/types.rbs', line 563

def options
  @options
end

#scheduleTypes::TaskSchedule

Returns the value of attribute schedule.

Returns:



565
566
567
# File 'sig/types.rbs', line 565

def schedule
  @schedule
end

#schedule_detailsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • ("AVAILABLE", "CREATING", "QUEUED", "RUNNING", "UNAVAILABLE")


555
556
557
# File 'sig/types.rbs', line 555

def status
  @status
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


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.

Returns:

  • ("BASIC", "ENHANCED")


573
574
575
# File 'sig/types.rbs', line 573

def task_mode
  @task_mode
end

#task_report_configTypes::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