Class: Aws::Keyspaces::Types::GetTableAutoScalingSettingsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyspace_nameString

The name of the keyspace.

Returns:

  • (String)


804
805
806
807
808
809
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 804

class GetTableAutoScalingSettingsRequest < Struct.new(
  :keyspace_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table.

Returns:

  • (String)


804
805
806
807
808
809
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 804

class GetTableAutoScalingSettingsRequest < Struct.new(
  :keyspace_name,
  :table_name)
  SENSITIVE = []
  include Aws::Structure
end