Class: Aws::Types::DescribeElasticGpusResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#elastic_gpu_set::Array[Types::ElasticGpus]

Returns the value of attribute elastic_gpu_set.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


5782
5783
5784
# File 'sig/types.rbs', line 5782

def next_token
  @next_token
end