Class: Aws::Types::StartTaskExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartTaskExecutionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#override_options ⇒ Types::Options
Returns the value of attribute override_options.
-
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
-
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
-
#task_report_config ⇒ Types::TaskReportConfig
Returns the value of attribute task_report_config.
Instance Attribute Details
#excludes ⇒ ::Array[Types::FilterRule]
Returns the value of attribute excludes.
842 843 844 |
# File 'sig/types.rbs', line 842 def excludes @excludes end |
#includes ⇒ ::Array[Types::FilterRule]
Returns the value of attribute includes.
841 842 843 |
# File 'sig/types.rbs', line 841 def includes @includes end |
#manifest_config ⇒ Types::ManifestConfig
Returns the value of attribute manifest_config.
843 844 845 |
# File 'sig/types.rbs', line 843 def manifest_config @manifest_config end |
#override_options ⇒ Types::Options
Returns the value of attribute override_options.
840 841 842 |
# File 'sig/types.rbs', line 840 def @override_options end |
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
845 846 847 |
# File 'sig/types.rbs', line 845 def @tags end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
839 840 841 |
# File 'sig/types.rbs', line 839 def task_arn @task_arn end |
#task_report_config ⇒ Types::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 |