Class: Aws::Types::CachePolicyList
- Inherits:
-
Object
- Object
- Aws::Types::CachePolicyList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::CachePolicySummary]
Returns the value of attribute items.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[Types::CachePolicySummary]
Returns the value of attribute items.
221 222 223 |
# File 'sig/types.rbs', line 221 def items @items end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
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.
218 219 220 |
# File 'sig/types.rbs', line 218 def next_marker @next_marker end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
220 221 222 |
# File 'sig/types.rbs', line 220 def quantity @quantity end |