Class: Aws::Types::SearchSchemasRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchSchemasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keywords ⇒ ::String
Returns the value of attribute keywords.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
Instance Attribute Details
#keywords ⇒ ::String
Returns the value of attribute keywords.
532 533 534 |
# File 'sig/types.rbs', line 532 def keywords @keywords end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
533 534 535 |
# File 'sig/types.rbs', line 533 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
535 536 537 |
# File 'sig/types.rbs', line 535 def registry_name @registry_name end |