You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndexAutoScalingDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the auto scaling configuration for a replica global secondary index.

Instance Attribute Summary collapse

Instance Attribute Details

#index_nameString

The name of the global secondary index.

Returns:

  • (String)

    The name of the global secondary index.

#index_statusString

The current state of the replica global secondary index:

  • CREATING - The index is being created.

  • UPDATING - The index is being updated.

  • DELETING - The index is being deleted.

  • ACTIVE - The index is ready for use.

    Possible values:

    • CREATING
    • UPDATING
    • DELETING
    • ACTIVE

Returns:

  • (String)

    The current state of the replica global secondary index:.

#provisioned_read_capacity_auto_scaling_settingsTypes::AutoScalingSettingsDescription

Represents the auto scaling settings for a global table or global secondary index.

Returns:

#provisioned_write_capacity_auto_scaling_settingsTypes::AutoScalingSettingsDescription

Represents the auto scaling settings for a global table or global secondary index.

Returns: