Class: Aws::Types::RunGroupListItem
- Inherits:
-
Object
- Object
- Aws::Types::RunGroupListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def id @id end |
#max_cpus ⇒ ::Integer
Returns the value of attribute max_cpus.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def max_cpus @max_cpus end |
#max_duration ⇒ ::Integer
Returns the value of attribute max_duration.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def max_duration @max_duration end |
#max_gpus ⇒ ::Integer
Returns the value of attribute max_gpus.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def max_gpus @max_gpus end |
#max_runs ⇒ ::Integer
Returns the value of attribute max_runs.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def max_runs @max_runs end |
#name ⇒ ::String
Returns the value of attribute name.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def name @name end |