Class: Aws::Types::StartRunBatchRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_name::String

Returns the value of attribute batch_name.

Returns:

  • (::String)


2226
2227
2228
# File 'sig/types.rbs', line 2226

def batch_name
  @batch_name
end

#batch_run_settingsTypes::BatchRunSettings

Returns the value of attribute batch_run_settings.



2230
2231
2232
# File 'sig/types.rbs', line 2230

def batch_run_settings
  @batch_run_settings
end

#default_run_settingTypes::DefaultRunSetting

Returns the value of attribute default_run_setting.



2229
2230
2231
# File 'sig/types.rbs', line 2229

def default_run_setting
  @default_run_setting
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


2227
2228
2229
# File 'sig/types.rbs', line 2227

def request_id
  @request_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


2228
2229
2230
# File 'sig/types.rbs', line 2228

def tags
  @tags
end