Class: Aws::Types::ListComputeOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_list::Array[Types::Compute]

Returns the value of attribute compute_list.

Returns:



1562
1563
1564
# File 'sig/types.rbs', line 1562

def compute_list
  @compute_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def next_token
  @next_token
end