Class: Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndexDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ReplicaGlobalSecondaryIndexDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Represents the properties of a replica global secondary index.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_name ⇒ String
The name of the global secondary index.
-
#on_demand_throughput_override ⇒ Types::OnDemandThroughputOverride
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.
-
#provisioned_throughput_override ⇒ Types::ProvisionedThroughputOverride
If not described, uses the source table GSI’s read capacity settings.
-
#warm_throughput ⇒ Types::GlobalSecondaryIndexWarmThroughputDescription
Represents the warm throughput of the global secondary index for this replica.
Instance Attribute Details
#index_name ⇒ String
The name of the global secondary index.
7343 7344 7345 7346 7347 7348 7349 7350 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7343 class ReplicaGlobalSecondaryIndexDescription < Struct.new( :index_name, :provisioned_throughput_override, :on_demand_throughput_override, :warm_throughput) SENSITIVE = [] include Aws::Structure end |
#on_demand_throughput_override ⇒ Types::OnDemandThroughputOverride
Overrides the maximum on-demand throughput for the specified global secondary index in the specified replica table.
7343 7344 7345 7346 7347 7348 7349 7350 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7343 class ReplicaGlobalSecondaryIndexDescription < Struct.new( :index_name, :provisioned_throughput_override, :on_demand_throughput_override, :warm_throughput) SENSITIVE = [] include Aws::Structure end |
#provisioned_throughput_override ⇒ Types::ProvisionedThroughputOverride
If not described, uses the source table GSI’s read capacity settings.
7343 7344 7345 7346 7347 7348 7349 7350 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7343 class ReplicaGlobalSecondaryIndexDescription < Struct.new( :index_name, :provisioned_throughput_override, :on_demand_throughput_override, :warm_throughput) SENSITIVE = [] include Aws::Structure end |
#warm_throughput ⇒ Types::GlobalSecondaryIndexWarmThroughputDescription
Represents the warm throughput of the global secondary index for this replica.
7343 7344 7345 7346 7347 7348 7349 7350 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7343 class ReplicaGlobalSecondaryIndexDescription < Struct.new( :index_name, :provisioned_throughput_override, :on_demand_throughput_override, :warm_throughput) SENSITIVE = [] include Aws::Structure end |