Class: Aws::Types::ListVolumesResponse

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)


2362
2363
2364
# File 'sig/types.rbs', line 2362

def next_token
  @next_token
end

#volumes::Array[Types::VolumeSummary]

Returns the value of attribute volumes.

Returns:



2361
2362
2363
# File 'sig/types.rbs', line 2361

def volumes
  @volumes
end