Class: Aws::Types::KeyValueStoreList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[Types::KeyValueStore]

Returns the value of attribute items.

Returns:



2215
2216
2217
# File 'sig/types.rbs', line 2215

def items
  @items
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2213
2214
2215
# File 'sig/types.rbs', line 2213

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


2212
2213
2214
# File 'sig/types.rbs', line 2212

def next_marker
  @next_marker
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


2214
2215
2216
# File 'sig/types.rbs', line 2214

def quantity
  @quantity
end