Class: Aws::Keyspaces::Types::GetTableAutoScalingSettingsResponse

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

#auto_scaling_specificationTypes::AutoScalingSpecification

The auto scaling settings of the table.



835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 835

class GetTableAutoScalingSettingsResponse < Struct.new(
  :keyspace_name,
  :table_name,
  :resource_arn,
  :auto_scaling_specification,
  :replica_specifications)
  SENSITIVE = []
  include Aws::Structure
end

#keyspace_nameString

The name of the keyspace.

Returns:

  • (String)


835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 835

class GetTableAutoScalingSettingsResponse < Struct.new(
  :keyspace_name,
  :table_name,
  :resource_arn,
  :auto_scaling_specification,
  :replica_specifications)
  SENSITIVE = []
  include Aws::Structure
end

#replica_specificationsArray<Types::ReplicaAutoScalingSpecification>

The Amazon Web Services Region specific settings of a multi-Region table. Returns the settings for all Regions the table is replicated in.



835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 835

class GetTableAutoScalingSettingsResponse < Struct.new(
  :keyspace_name,
  :table_name,
  :resource_arn,
  :auto_scaling_specification,
  :replica_specifications)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon Resource Name (ARN) of the table.

Returns:

  • (String)


835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 835

class GetTableAutoScalingSettingsResponse < Struct.new(
  :keyspace_name,
  :table_name,
  :resource_arn,
  :auto_scaling_specification,
  :replica_specifications)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table.

Returns:

  • (String)


835
836
837
838
839
840
841
842
843
# File 'gems/aws-sdk-keyspaces/lib/aws-sdk-keyspaces/types.rb', line 835

class GetTableAutoScalingSettingsResponse < Struct.new(
  :keyspace_name,
  :table_name,
  :resource_arn,
  :auto_scaling_specification,
  :replica_specifications)
  SENSITIVE = []
  include Aws::Structure
end