Class: Aws::Types::ReplicaGlobalSecondaryIndexDescription
- Inherits:
-
Object
- Object
- Aws::Types::ReplicaGlobalSecondaryIndexDescription
- 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.
-
#warm_throughput ⇒ Types::GlobalSecondaryIndexWarmThroughputDescription
Returns the value of attribute warm_throughput.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def index_name @index_name end |
#on_demand_throughput_override ⇒ Types::OnDemandThroughputOverride
Returns the value of attribute on_demand_throughput_override.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def on_demand_throughput_override @on_demand_throughput_override end |
#provisioned_throughput_override ⇒ Types::ProvisionedThroughputOverride
Returns the value of attribute provisioned_throughput_override.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def provisioned_throughput_override @provisioned_throughput_override end |
#warm_throughput ⇒ Types::GlobalSecondaryIndexWarmThroughputDescription
Returns the value of attribute warm_throughput.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def warm_throughput @warm_throughput end |