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:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


5599
5600
5601
# File 'sig/types.rbs', line 5599

def next_token
  @next_token
end