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.

Instance Attribute Summary collapse

Instance Attribute Details

#replicasArray<Types::ReplicaAutoScalingDescription>

Represents replicas of the global table.



7671
7672
7673
7674
7675
7676
# File 'lib/aws-sdk-dynamodb/types.rb', line 7671

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

#table_nameString

The name of the table.

Returns:

  • (String)


7671
7672
7673
7674
7675
7676
# File 'lib/aws-sdk-dynamodb/types.rb', line 7671

class TableAutoScalingDescription < Struct.new(
  :table_name,
  :table_status,
  :replicas)
  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)


7671
7672
7673
7674
7675
7676
# File 'lib/aws-sdk-dynamodb/types.rb', line 7671

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