Class: Aws::Types::ListGlobalTablesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListGlobalTablesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclusive_start_global_table_name ⇒ ::String
Returns the value of attribute exclusive_start_global_table_name.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
Instance Attribute Details
#exclusive_start_global_table_name ⇒ ::String
Returns the value of attribute exclusive_start_global_table_name.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def exclusive_start_global_table_name @exclusive_start_global_table_name end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def limit @limit end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def region_name @region_name end |