Class: Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndexAutoScalingDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndexAutoScalingDescription
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Represents the auto scaling configuration for a replica global secondary index.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_name ⇒ String
The name of the global secondary index.
-
#index_status ⇒ String
The current state of the replica global secondary index:.
-
#provisioned_read_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Represents the auto scaling settings for a global table or global secondary index.
-
#provisioned_write_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Represents the auto scaling settings for a global table or global secondary index.
Instance Attribute Details
#index_name ⇒ String
The name of the global secondary index.
7240 7241 7242 7243 7244 7245 7246 7247 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7240 class ReplicaGlobalSecondaryIndexAutoScalingDescription < Struct.new( :index_name, :index_status, :provisioned_read_capacity_auto_scaling_settings, :provisioned_write_capacity_auto_scaling_settings) SENSITIVE = [] include Aws::Structure end |
#index_status ⇒ String
The current state of the replica global secondary index:
CREATING
- The index is being created.UPDATING
- The table/index configuration is being updated. The table/index remains available for data operations whenUPDATING
DELETING
- The index is being deleted.ACTIVE
- The index is ready for use.
7240 7241 7242 7243 7244 7245 7246 7247 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7240 class ReplicaGlobalSecondaryIndexAutoScalingDescription < Struct.new( :index_name, :index_status, :provisioned_read_capacity_auto_scaling_settings, :provisioned_write_capacity_auto_scaling_settings) SENSITIVE = [] include Aws::Structure end |
#provisioned_read_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Represents the auto scaling settings for a global table or global secondary index.
7240 7241 7242 7243 7244 7245 7246 7247 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7240 class ReplicaGlobalSecondaryIndexAutoScalingDescription < Struct.new( :index_name, :index_status, :provisioned_read_capacity_auto_scaling_settings, :provisioned_write_capacity_auto_scaling_settings) SENSITIVE = [] include Aws::Structure end |
#provisioned_write_capacity_auto_scaling_settings ⇒ Types::AutoScalingSettingsDescription
Represents the auto scaling settings for a global table or global secondary index.
7240 7241 7242 7243 7244 7245 7246 7247 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7240 class ReplicaGlobalSecondaryIndexAutoScalingDescription < Struct.new( :index_name, :index_status, :provisioned_read_capacity_auto_scaling_settings, :provisioned_write_capacity_auto_scaling_settings) SENSITIVE = [] include Aws::Structure end |