Class: Aws::Types::CreateTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTaskRequest
- 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.
-
#destination_location_arn ⇒ ::String
Returns the value of attribute destination_location_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.
-
#source_location_arn ⇒ ::String
Returns the value of attribute source_location_arn.
-
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
-
#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.
248 249 250 |
# File 'sig/types.rbs', line 248 def cloud_watch_log_group_arn @cloud_watch_log_group_arn end |
#destination_location_arn ⇒ ::String
Returns the value of attribute destination_location_arn.
247 248 249 |
# File 'sig/types.rbs', line 247 def destination_location_arn @destination_location_arn end |
#excludes ⇒ ::Array[Types::FilterRule]
Returns the value of attribute excludes.
251 252 253 |
# File 'sig/types.rbs', line 251 def excludes @excludes end |
#includes ⇒ ::Array[Types::FilterRule]
Returns the value of attribute includes.
254 255 256 |
# File 'sig/types.rbs', line 254 def includes @includes end |
#manifest_config ⇒ Types::ManifestConfig
Returns the value of attribute manifest_config.
255 256 257 |
# File 'sig/types.rbs', line 255 def manifest_config @manifest_config end |
#name ⇒ ::String
Returns the value of attribute name.
249 250 251 |
# File 'sig/types.rbs', line 249 def name @name end |
#options ⇒ Types::Options
Returns the value of attribute options.
250 251 252 |
# File 'sig/types.rbs', line 250 def @options end |
#schedule ⇒ Types::TaskSchedule
Returns the value of attribute schedule.
252 253 254 |
# File 'sig/types.rbs', line 252 def schedule @schedule end |
#source_location_arn ⇒ ::String
Returns the value of attribute source_location_arn.
246 247 248 |
# File 'sig/types.rbs', line 246 def source_location_arn @source_location_arn end |
#tags ⇒ ::Array[Types::TagListEntry]
Returns the value of attribute tags.
253 254 255 |
# File 'sig/types.rbs', line 253 def @tags end |
#task_mode ⇒ "BASIC", "ENHANCED"
Returns the value of attribute task_mode.
257 258 259 |
# File 'sig/types.rbs', line 257 def task_mode @task_mode end |
#task_report_config ⇒ Types::TaskReportConfig
Returns the value of attribute task_report_config.
256 257 258 |
# File 'sig/types.rbs', line 256 def task_report_config @task_report_config end |