Class: Aws::Types::DescribeRepositoriesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


142
143
144
# File 'sig/types.rbs', line 142

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def next_token
  @next_token
end

#registry_id ⇒ ::String

Returns the value of attribute registry_id.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def registry_id
  @registry_id
end

#repository_names ⇒ ::Array[::String]

Returns the value of attribute repository_names.

Returns:

  • (::Array[::String])


140
141
142
# File 'sig/types.rbs', line 140

def repository_names
  @repository_names
end