Class: Aws::Types::ListSchemasInput
- Inherits:
-
Object
- Object
- Aws::Types::ListSchemasInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#schema_type ⇒ "TABLE", ...
Returns the value of attribute schema_type.
Instance Attribute Details
#collaboration_identifier ⇒ ::String
Returns the value of attribute collaboration_identifier.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def collaboration_identifier @collaboration_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def next_token @next_token end |
#schema_type ⇒ "TABLE", ...
Returns the value of attribute schema_type.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def schema_type @schema_type end |