Class: Aws::Types::ListOriginRequestPoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListOriginRequestPoliciesRequest
- 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.
-
#type ⇒ "managed", "custom"
Returns the value of attribute type.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
2613 2614 2615 |
# File 'sig/types.rbs', line 2613 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2614 2615 2616 |
# File 'sig/types.rbs', line 2614 def max_items @max_items end |
#type ⇒ "managed", "custom"
Returns the value of attribute type.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def type @type end |