Class: Aws::Types::SearchSchemasRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#keywords ⇒ ::String

Returns the value of attribute keywords.

Returns:



532
533
534
# File 'sig/types.rbs', line 532

def keywords
  @keywords
end

#limit ⇒ ::Integer

Returns the value of attribute limit.

Returns:



533
534
535
# File 'sig/types.rbs', line 533

def limit
  @limit
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:



534
535
536
# File 'sig/types.rbs', line 534

def next_token
  @next_token
end

#registry_name ⇒ ::String

Returns the value of attribute registry_name.

Returns:



535
536
537
# File 'sig/types.rbs', line 535

def registry_name
  @registry_name
end