Class: Aws::Types::StartTaskExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#excludes::Array[Types::FilterRule]

Returns the value of attribute excludes.

Returns:



842
843
844
# File 'sig/types.rbs', line 842

def excludes
  @excludes
end

#includes::Array[Types::FilterRule]

Returns the value of attribute includes.

Returns:



841
842
843
# File 'sig/types.rbs', line 841

def includes
  @includes
end

#manifest_configTypes::ManifestConfig

Returns the value of attribute manifest_config.



843
844
845
# File 'sig/types.rbs', line 843

def manifest_config
  @manifest_config
end

#override_optionsTypes::Options

Returns the value of attribute override_options.

Returns:



840
841
842
# File 'sig/types.rbs', line 840

def override_options
  @override_options
end

#tags::Array[Types::TagListEntry]

Returns the value of attribute tags.

Returns:



845
846
847
# File 'sig/types.rbs', line 845

def tags
  @tags
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def task_arn
  @task_arn
end

#task_report_configTypes::TaskReportConfig

Returns the value of attribute task_report_config.



844
845
846
# File 'sig/types.rbs', line 844

def task_report_config
  @task_report_config
end