Class: Aws::Types::CreateTaskRequest

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)


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.

Returns:

  • (::String)


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.

Returns:



251
252
253
# File 'sig/types.rbs', line 251

def excludes
  @excludes
end

#includes::Array[Types::FilterRule]

Returns the value of attribute includes.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def includes
  @includes
end

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

Returns:

  • (::String)


249
250
251
# File 'sig/types.rbs', line 249

def name
  @name
end

#optionsTypes::Options

Returns the value of attribute options.

Returns:



250
251
252
# File 'sig/types.rbs', line 250

def options
  @options
end

#scheduleTypes::TaskSchedule

Returns the value of attribute schedule.

Returns:



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.

Returns:

  • (::String)


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.

Returns:



253
254
255
# File 'sig/types.rbs', line 253

def tags
  @tags
end

#task_mode"BASIC", "ENHANCED"

Returns the value of attribute task_mode.

Returns:

  • ("BASIC", "ENHANCED")


257
258
259
# File 'sig/types.rbs', line 257

def task_mode
  @task_mode
end

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