Class: Aws::Types::ListCommandExecutionsForSandboxInput
- Inherits:
-
Object
- Object
- Aws::Types::ListCommandExecutionsForSandboxInput
- 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.
-
#sandbox_id ⇒ ::String
Returns the value of attribute sandbox_id.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
705 706 707 |
# File 'sig/types.rbs', line 705 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
707 708 709 |
# File 'sig/types.rbs', line 707 def next_token @next_token end |
#sandbox_id ⇒ ::String
Returns the value of attribute sandbox_id.
704 705 706 |
# File 'sig/types.rbs', line 704 def sandbox_id @sandbox_id end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
706 707 708 |
# File 'sig/types.rbs', line 706 def sort_order @sort_order end |