Class: Aws::Types::ListCommandExecutionsForSandboxInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



706
707
708
# File 'sig/types.rbs', line 706

def sort_order
  @sort_order
end