Class: Aws::Types::ListBuildBatchesInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::BuildBatchFilter

Returns the value of attribute filter.



665
666
667
# File 'sig/types.rbs', line 665

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.



666
667
668
# File 'sig/types.rbs', line 666

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



668
669
670
# File 'sig/types.rbs', line 668

def next_token
  @next_token
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.



667
668
669
# File 'sig/types.rbs', line 667

def sort_order
  @sort_order
end