Class: Aws::Types::CachePolicyList

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::CachePolicySummary]

Returns the value of attribute items.

Returns:



221
222
223
# File 'sig/types.rbs', line 221

def items
  @items
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


219
220
221
# File 'sig/types.rbs', line 219

def max_items
  @max_items
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def next_marker
  @next_marker
end

#quantity::Integer

Returns the value of attribute quantity.

Returns:

  • (::Integer)


220
221
222
# File 'sig/types.rbs', line 220

def quantity
  @quantity
end