Class: Aws::Types::GetRunGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRunGroupResponse
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def id @id end |
#max_cpus ⇒ ::Integer
Returns the value of attribute max_cpus.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def max_cpus @max_cpus end |
#max_duration ⇒ ::Integer
Returns the value of attribute max_duration.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def max_duration @max_duration end |
#max_gpus ⇒ ::Integer
Returns the value of attribute max_gpus.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def max_gpus @max_gpus end |
#max_runs ⇒ ::Integer
Returns the value of attribute max_runs.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def max_runs @max_runs end |
#name ⇒ ::String
Returns the value of attribute name.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def end |