Class: Aws::Types::ListBuildsForProjectInput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.



681
682
683
# File 'sig/types.rbs', line 681

def next_token
  @next_token
end

#project_name::String

Returns the value of attribute project_name.



679
680
681
# File 'sig/types.rbs', line 679

def project_name
  @project_name
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.



680
681
682
# File 'sig/types.rbs', line 680

def sort_order
  @sort_order
end