Class: Aws::Types::ListCachePoliciesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


2251
2252
2253
# File 'sig/types.rbs', line 2251

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


2252
2253
2254
# File 'sig/types.rbs', line 2252

def max_items
  @max_items
end

#type"managed", "custom"

Returns the value of attribute type.

Returns:

  • ("managed", "custom")


2250
2251
2252
# File 'sig/types.rbs', line 2250

def type
  @type
end