Class: Aws::Types::ListDistributionsByOriginRequestPolicyIdRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributionsByOriginRequestPolicyIdRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#origin_request_policy_id ⇒ ::String
Returns the value of attribute origin_request_policy_id.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2410 2411 2412 |
# File 'sig/types.rbs', line 2410 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2411 2412 2413 |
# File 'sig/types.rbs', line 2411 def max_items @max_items end |
#origin_request_policy_id ⇒ ::String
Returns the value of attribute origin_request_policy_id.
2412 2413 2414 |
# File 'sig/types.rbs', line 2412 def origin_request_policy_id @origin_request_policy_id end |