Class: Aws::Types::InvalidationList
- Inherits:
-
Object
- Object
- Aws::Types::InvalidationList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#items ⇒ ::Array[Types::InvalidationSummary]
Returns the value of attribute items.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#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
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def is_truncated @is_truncated end |
#items ⇒ ::Array[Types::InvalidationSummary]
Returns the value of attribute items.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def items @items end |
#marker ⇒ ::String
Returns the value of attribute marker.
2116 2117 2118 |
# File 'sig/types.rbs', line 2116 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def max_items @max_items end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
2117 2118 2119 |
# File 'sig/types.rbs', line 2117 def next_marker @next_marker end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def quantity @quantity end |