Class: Aws::Types::ListSchemasRequest

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)


385
386
387
# File 'sig/types.rbs', line 385

def limit
  @limit
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def next_token
  @next_token
end

#registry_name ⇒ ::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def registry_name
  @registry_name
end

#schema_name_prefix ⇒ ::String

Returns the value of attribute schema_name_prefix.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def schema_name_prefix
  @schema_name_prefix
end