Class: Aws::Types::ReplicaGlobalSecondaryIndex
- Inherits:
-
Object
- Object
- Aws::Types::ReplicaGlobalSecondaryIndex
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#on_demand_throughput_override ⇒ Types::OnDemandThroughputOverride
Returns the value of attribute on_demand_throughput_override.
-
#provisioned_throughput_override ⇒ Types::ProvisionedThroughputOverride
Returns the value of attribute provisioned_throughput_override.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def index_name @index_name end |
#on_demand_throughput_override ⇒ Types::OnDemandThroughputOverride
Returns the value of attribute on_demand_throughput_override.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def on_demand_throughput_override @on_demand_throughput_override end |
#provisioned_throughput_override ⇒ Types::ProvisionedThroughputOverride
Returns the value of attribute provisioned_throughput_override.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def provisioned_throughput_override @provisioned_throughput_override end |