Class: Aws::Types::ListInvalidationsForDistributionTenantRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInvalidationsForDistributionTenantRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
2554 2555 2556 |
# File 'sig/types.rbs', line 2554 def id @id end |
#marker ⇒ ::String
Returns the value of attribute marker.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def max_items @max_items end |