Class: Aws::Types::UpdateRunGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRunGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def id @id end |
#max_cpus ⇒ ::Integer
Returns the value of attribute max_cpus.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def max_cpus @max_cpus end |
#max_duration ⇒ ::Integer
Returns the value of attribute max_duration.
2429 2430 2431 |
# File 'sig/types.rbs', line 2429 def max_duration @max_duration end |
#max_gpus ⇒ ::Integer
Returns the value of attribute max_gpus.
2430 2431 2432 |
# File 'sig/types.rbs', line 2430 def max_gpus @max_gpus end |
#max_runs ⇒ ::Integer
Returns the value of attribute max_runs.
2428 2429 2430 |
# File 'sig/types.rbs', line 2428 def max_runs @max_runs end |
#name ⇒ ::String
Returns the value of attribute name.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def name @name end |