Class: Aws::Types::ListDistributionsByResponseHeadersPolicyIdRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDistributionsByResponseHeadersPolicyIdRequest
- 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.
-
#response_headers_policy_id ⇒ ::String
Returns the value of attribute response_headers_policy_id.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def max_items @max_items end |
#response_headers_policy_id ⇒ ::String
Returns the value of attribute response_headers_policy_id.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def response_headers_policy_id @response_headers_policy_id end |