Class: Aws::Keyspaces::Types::GetTableAutoScalingSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Keyspaces::Types::GetTableAutoScalingSettingsRequest
- Defined in:
- gems/aws-sdk-keyspaces/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.
928 929 930 931 932 933 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 928 class GetTableAutoScalingSettingsRequest < Struct.new( :keyspace_name, :table_name) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
928 929 930 931 932 933 |
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 928 class GetTableAutoScalingSettingsRequest < Struct.new( :keyspace_name, :table_name) SENSITIVE = [] include Aws::Structure end |