Class: Aws::Types::DescribeElasticGpusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


5589
5590
5591
# File 'sig/types.rbs', line 5589

def dry_run
  @dry_run
end

#elastic_gpu_ids::Array[::String]

Returns the value of attribute elastic_gpu_ids.

Returns:

  • (::Array[::String])


5588
5589
5590
# File 'sig/types.rbs', line 5588

def elastic_gpu_ids
  @elastic_gpu_ids
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



5590
5591
5592
# File 'sig/types.rbs', line 5590

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5591
5592
5593
# File 'sig/types.rbs', line 5591

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5592
5593
5594
# File 'sig/types.rbs', line 5592

def next_token
  @next_token
end