Class: Aws::Types::ListRepositoriesOutput

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)


1310
1311
1312
# File 'sig/types.rbs', line 1310

def next_token
  @next_token
end

#repositories::Array[Types::RepositoryNameIdPair]

Returns the value of attribute repositories.

Returns:



1309
1310
1311
# File 'sig/types.rbs', line 1309

def repositories
  @repositories
end