Class: Aws::DynamoDB::Types::TableAutoScalingDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dynamodb/types.rb

Overview

Represents the auto scaling configuration for a global table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replicasArray<Types::ReplicaAutoScalingDescription>

Represents replicas of the global table.



8377
8378
8379
8380
8381
8382
8383
# File 'lib/aws-sdk-dynamodb/types.rb', line 8377

class TableAutoScalingDescription < Struct.new(
  :table_name,
  :table_status,
  :replicas)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table.

Returns:

  • (String)


8377
8378
8379
8380
8381
8382
8383
# File 'lib/aws-sdk-dynamodb/types.rb', line 8377

class TableAutoScalingDescription < Struct.new(
  :table_name,
  :table_status,
  :replicas)
  SENSITIVE = []
  include Aws::Structure
end

#table_statusString

The current state of the table:

  • ‘CREATING` - The table is being created.

  • ‘UPDATING` - The table is being updated.

  • ‘DELETING` - The table is being deleted.

  • ‘ACTIVE` - The table is ready for use.

Returns:

  • (String)


8377
8378
8379
8380
8381
8382
8383
# File 'lib/aws-sdk-dynamodb/types.rb', line 8377

class TableAutoScalingDescription < Struct.new(
  :table_name,
  :table_status,
  :replicas)
  SENSITIVE = []
  include Aws::Structure
end