Class: Aws::Types::DescribeElasticGpusResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeElasticGpusResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#elastic_gpu_set ⇒ ::Array[Types::ElasticGpus]
Returns the value of attribute elastic_gpu_set.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#elastic_gpu_set ⇒ ::Array[Types::ElasticGpus]
Returns the value of attribute elastic_gpu_set.
5780 5781 5782 |
# File 'sig/types.rbs', line 5780 def elastic_gpu_set @elastic_gpu_set end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5781 5782 5783 |
# File 'sig/types.rbs', line 5781 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5782 5783 5784 |
# File 'sig/types.rbs', line 5782 def next_token @next_token end |