Class: Aws::Types::StartRunBatchRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartRunBatchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_name ⇒ ::String
Returns the value of attribute batch_name.
-
#batch_run_settings ⇒ Types::BatchRunSettings
Returns the value of attribute batch_run_settings.
-
#default_run_setting ⇒ Types::DefaultRunSetting
Returns the value of attribute default_run_setting.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#batch_name ⇒ ::String
Returns the value of attribute batch_name.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def batch_name @batch_name end |
#batch_run_settings ⇒ Types::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_setting ⇒ Types::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.
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.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def end |