Class: Aws::Types::ListProjectsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def next_token
  @next_token
end

#sort_by"NAME", ...

Returns the value of attribute sort_by.

Returns:



740
741
742
# File 'sig/types.rbs', line 740

def sort_by
  @sort_by
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:



741
742
743
# File 'sig/types.rbs', line 741

def sort_order
  @sort_order
end