Class: Aws::Types::UpdateTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTaskRequest
- 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.
-
#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.
-
#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
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def cloud_watch_log_group_arn @cloud_watch_log_group_arn end |
#excludes ⇒ ::Array[Types::FilterRule]
Returns the value of attribute excludes.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def excludes @excludes end |
#includes ⇒ ::Array[Types::FilterRule]
Returns the value of attribute includes.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def includes @includes end |
#manifest_config ⇒ Types::ManifestConfig
Returns the value of attribute manifest_config.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def manifest_config @manifest_config end |
#name ⇒ ::String
Returns the value of attribute name.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def name @name end |
#options ⇒ Types::Options
Returns the value of attribute options.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def @options end |
#schedule ⇒ Types::TaskSchedule
Returns the value of attribute schedule.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def schedule @schedule end |
#task_arn ⇒ ::String
Returns the value of attribute task_arn.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def task_arn @task_arn end |
#task_report_config ⇒ Types::TaskReportConfig
Returns the value of attribute task_report_config.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def task_report_config @task_report_config end |