Class: Aws::Keyspaces::Types::GetTableAutoScalingSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::GetTableAutoScalingSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-keyspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#keyspace_name ⇒ String
The name of the keyspace.
-
#table_name ⇒ String
The name of the table.
Instance Attribute Details
#keyspace_name ⇒ String
The name of the keyspace.
804 805 806 807 808 809 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 804 class GetTableAutoScalingSettingsRequest < Struct.new( :keyspace_name, :table_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
804 805 806 807 808 809 |
# File 'lib/aws-sdk-keyspaces/types.rb', line 804 class GetTableAutoScalingSettingsRequest < Struct.new( :keyspace_name, :table_name) SENSITIVE = [] include Aws::Structure end |