Class: Aws::Types::OriginRequestPolicyList
- Inherits:
-
Object
- Object
- Aws::Types::OriginRequestPolicyList
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::OriginRequestPolicySummary]
Returns the value of attribute items.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
Instance Attribute Details
#items ⇒ ::Array[Types::OriginRequestPolicySummary]
Returns the value of attribute items.
2968 2969 2970 |
# File 'sig/types.rbs', line 2968 def items @items end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2966 2967 2968 |
# File 'sig/types.rbs', line 2966 def max_items @max_items end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def next_marker @next_marker end |
#quantity ⇒ ::Integer
Returns the value of attribute quantity.
2967 2968 2969 |
# File 'sig/types.rbs', line 2967 def quantity @quantity end |