Class: Aws::Types::DescribeVolumesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::VolumeFilter]

Returns the value of attribute filters.

Returns:



924
925
926
# File 'sig/types.rbs', line 924

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


925
926
927
# File 'sig/types.rbs', line 925

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


926
927
928
# File 'sig/types.rbs', line 926

def next_token
  @next_token
end

#volume_ids::Array[::String]

Returns the value of attribute volume_ids.

Returns:

  • (::Array[::String])


923
924
925
# File 'sig/types.rbs', line 923

def volume_ids
  @volume_ids
end