Class: Aws::Types::ListTransactionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTransactionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status_filter ⇒ "ALL", ...
Returns the value of attribute status_filter.
Instance Attribute Details
#catalog_id ⇒ ::String
Returns the value of attribute catalog_id.
807 808 809 |
# File 'sig/types.rbs', line 807 def catalog_id @catalog_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
809 810 811 |
# File 'sig/types.rbs', line 809 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
810 811 812 |
# File 'sig/types.rbs', line 810 def next_token @next_token end |
#status_filter ⇒ "ALL", ...
Returns the value of attribute status_filter.
808 809 810 |
# File 'sig/types.rbs', line 808 def status_filter @status_filter end |