Class: Aws::Types::UpdateGlobalSecondaryIndexAction
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGlobalSecondaryIndexAction
- 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 ⇒ Types::OnDemandThroughput
Returns the value of attribute on_demand_throughput.
-
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
-
#warm_throughput ⇒ Types::WarmThroughput
Returns the value of attribute warm_throughput.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def index_name @index_name end |
#on_demand_throughput ⇒ Types::OnDemandThroughput
Returns the value of attribute on_demand_throughput.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def on_demand_throughput @on_demand_throughput end |
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def provisioned_throughput @provisioned_throughput end |
#warm_throughput ⇒ Types::WarmThroughput
Returns the value of attribute warm_throughput.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def warm_throughput @warm_throughput end |