Class: Aws::Types::ListBuildBatchesForProjectInput

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.



651
652
653
# File 'sig/types.rbs', line 651

def filter
  @filter
end

#max_results::Integer

Returns the value of attribute max_results.



652
653
654
# File 'sig/types.rbs', line 652

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



654
655
656
# File 'sig/types.rbs', line 654

def next_token
  @next_token
end

#project_name::String

Returns the value of attribute project_name.



650
651
652
# File 'sig/types.rbs', line 650

def project_name
  @project_name
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.



653
654
655
# File 'sig/types.rbs', line 653

def sort_order
  @sort_order
end