Class: Aws::Types::ListTablesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListTablesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclusive_start_table_name ⇒ ::String
Returns the value of attribute exclusive_start_table_name.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
Instance Attribute Details
#exclusive_start_table_name ⇒ ::String
Returns the value of attribute exclusive_start_table_name.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def exclusive_start_table_name @exclusive_start_table_name end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def limit @limit end |