Class: Aws::Types::UpdateTaskRequest

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)


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.

Returns:



1141
1142
1143
# File 'sig/types.rbs', line 1141

def excludes
  @excludes
end

#includes::Array[Types::FilterRule]

Returns the value of attribute includes.

Returns:



1145
1146
1147
# File 'sig/types.rbs', line 1145

def includes
  @includes
end

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

Returns:

  • (::String)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def name
  @name
end

#optionsTypes::Options

Returns the value of attribute options.

Returns:



1140
1141
1142
# File 'sig/types.rbs', line 1140

def options
  @options
end

#scheduleTypes::TaskSchedule

Returns the value of attribute schedule.

Returns:



1142
1143
1144
# File 'sig/types.rbs', line 1142

def schedule
  @schedule
end

#task_arn::String

Returns the value of attribute task_arn.

Returns:

  • (::String)


1139
1140
1141
# File 'sig/types.rbs', line 1139

def task_arn
  @task_arn
end

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