Class: Aws::Types::BatchGetRepositoriesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::BatchGetRepositoriesError]

Returns the value of attribute errors.

Returns:



206
207
208
# File 'sig/types.rbs', line 206

def errors
  @errors
end

#repositories::Array[Types::RepositoryMetadata]

Returns the value of attribute repositories.

Returns:



204
205
206
# File 'sig/types.rbs', line 204

def repositories
  @repositories
end

#repositories_not_found::Array[::String]

Returns the value of attribute repositories_not_found.

Returns:

  • (::Array[::String])


205
206
207
# File 'sig/types.rbs', line 205

def repositories_not_found
  @repositories_not_found
end