Class: Aws::Types::ListInvalidationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInvalidationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#distribution_id ⇒ ::String
Returns the value of attribute distribution_id.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def distribution_id @distribution_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def max_items @max_items end |