Class: Aws::Types::ListResponseHeadersPoliciesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListResponseHeadersPoliciesRequest
- 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.
2647 2648 2649 |
# File 'sig/types.rbs', line 2647 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
2648 2649 2650 |
# File 'sig/types.rbs', line 2648 def max_items @max_items end |
#type ⇒ "managed", "custom"
Returns the value of attribute type.
2646 2647 2648 |
# File 'sig/types.rbs', line 2646 def type @type end |