Class: Aws::Types::ListSchemasRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSchemasRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#schema_name_prefix ⇒ ::String
Returns the value of attribute schema_name_prefix.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
385 386 387 |
# File 'sig/types.rbs', line 385 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
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.
388 389 390 |
# File 'sig/types.rbs', line 388 def schema_name_prefix @schema_name_prefix end |