Class: Aws::EC2::Types::DescribeElasticGpusResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#elastic_gpu_setArray<Types::ElasticGpus>

Information about the Elastic Graphics accelerators.

Returns:



10388
10389
10390
10391
10392
10393
# File 'lib/aws-sdk-ec2/types.rb', line 10388

class DescribeElasticGpusResult < Struct.new(
  :elastic_gpu_set,
  :max_results,
  :next_token)
  include Aws::Structure
end

#max_resultsInteger

The total number of items to return. If the total number of items available is more than the value specified in max-items then a Next-Token will be provided in the output that you can use to resume pagination.

Returns:

  • (Integer)


10388
10389
10390
10391
10392
10393
# File 'lib/aws-sdk-ec2/types.rb', line 10388

class DescribeElasticGpusResult < Struct.new(
  :elastic_gpu_set,
  :max_results,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.

Returns:

  • (String)


10388
10389
10390
10391
10392
10393
# File 'lib/aws-sdk-ec2/types.rb', line 10388

class DescribeElasticGpusResult < Struct.new(
  :elastic_gpu_set,
  :max_results,
  :next_token)
  include Aws::Structure
end