Class: Aws::Types::GetTableAutoScalingSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTableAutoScalingSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#keyspace_name ⇒ ::String
Returns the value of attribute keyspace_name.
196 197 198 |
# File 'sig/types.rbs', line 196 def keyspace_name @keyspace_name end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
197 198 199 |
# File 'sig/types.rbs', line 197 def table_name @table_name end |