Class: Aws::Types::ListDistributionsByCachePolicyIdRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributionsByCachePolicyIdRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_policy_id ⇒ ::String
Returns the value of attribute cache_policy_id.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
Instance Attribute Details
#cache_policy_id ⇒ ::String
Returns the value of attribute cache_policy_id.
2364 2365 2366 |
# File 'sig/types.rbs', line 2364 def cache_policy_id @cache_policy_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
2362 2363 2364 |
# File 'sig/types.rbs', line 2362 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2363 2364 2365 |
# File 'sig/types.rbs', line 2363 def max_items @max_items end |