Class: Aws::Types::ListRegistriesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit ⇒ ::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


345
346
347
# File 'sig/types.rbs', line 345

def limit
  @limit
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


346
347
348
# File 'sig/types.rbs', line 346

def next_token
  @next_token
end

#registry_name_prefix ⇒ ::String

Returns the value of attribute registry_name_prefix.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def registry_name_prefix
  @registry_name_prefix
end

#scope ⇒ ::String

Returns the value of attribute scope.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def scope
  @scope
end