Class: Aws::Types::ListRepositoriesInput

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:

  • (::String)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def next_token
  @next_token
end

#order"ascending", "descending"

Returns the value of attribute order.

Returns:

  • ("ascending", "descending")


1304
1305
1306
# File 'sig/types.rbs', line 1304

def order
  @order
end

#sort_by"repositoryName", "lastModifiedDate"

Returns the value of attribute sort_by.

Returns:

  • ("repositoryName", "lastModifiedDate")


1303
1304
1305
# File 'sig/types.rbs', line 1303

def sort_by
  @sort_by
end