Class: Aws::Types::ListVolumesInRecycleBinResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


12902
12903
12904
# File 'sig/types.rbs', line 12902

def next_token
  @next_token
end

#volumes::Array[Types::VolumeRecycleBinInfo]

Returns the value of attribute volumes.

Returns:



12901
12902
12903
# File 'sig/types.rbs', line 12901

def volumes
  @volumes
end