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.
5855 5856 5857 |
# File 'sig/types.rbs', line 5855 def elastic_gpu_set @elastic_gpu_set end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5856 5857 5858 |
# File 'sig/types.rbs', line 5856 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5857 5858 5859 |
# File 'sig/types.rbs', line 5857 def next_token @next_token end |