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.
5597 5598 5599 |
# File 'sig/types.rbs', line 5597 def elastic_gpu_set @elastic_gpu_set end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5598 5599 5600 |
# File 'sig/types.rbs', line 5598 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5599 5600 5601 |
# File 'sig/types.rbs', line 5599 def next_token @next_token end |