Class: Aws::Types::ListOrdersInput
- Inherits:
-
Object
- Object
- Aws::Types::ListOrdersInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#outpost_identifier_filter ⇒ ::String
Returns the value of attribute outpost_identifier_filter.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
589 590 591 |
# File 'sig/types.rbs', line 589 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
588 589 590 |
# File 'sig/types.rbs', line 588 def next_token @next_token end |
#outpost_identifier_filter ⇒ ::String
Returns the value of attribute outpost_identifier_filter.
587 588 589 |
# File 'sig/types.rbs', line 587 def outpost_identifier_filter @outpost_identifier_filter end |