Class: Aws::Types::CreateRunGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRunGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_cpus ⇒ ::Integer
Returns the value of attribute max_cpus.
-
#max_duration ⇒ ::Integer
Returns the value of attribute max_duration.
-
#max_gpus ⇒ ::Integer
Returns the value of attribute max_gpus.
-
#max_runs ⇒ ::Integer
Returns the value of attribute max_runs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#max_cpus ⇒ ::Integer
Returns the value of attribute max_cpus.
358 359 360 |
# File 'sig/types.rbs', line 358 def max_cpus @max_cpus end |
#max_duration ⇒ ::Integer
Returns the value of attribute max_duration.
360 361 362 |
# File 'sig/types.rbs', line 360 def max_duration @max_duration end |
#max_gpus ⇒ ::Integer
Returns the value of attribute max_gpus.
363 364 365 |
# File 'sig/types.rbs', line 363 def max_gpus @max_gpus end |
#max_runs ⇒ ::Integer
Returns the value of attribute max_runs.
359 360 361 |
# File 'sig/types.rbs', line 359 def max_runs @max_runs end |
#name ⇒ ::String
Returns the value of attribute name.
357 358 359 |
# File 'sig/types.rbs', line 357 def name @name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
362 363 364 |
# File 'sig/types.rbs', line 362 def request_id @request_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
361 362 363 |
# File 'sig/types.rbs', line 361 def end |