Class: Aws::Types::GlobalSecondaryIndex
- Inherits:
-
Object
- Object
- Aws::Types::GlobalSecondaryIndex
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
-
#on_demand_throughput ⇒ Types::OnDemandThroughput
Returns the value of attribute on_demand_throughput.
-
#projection ⇒ Types::Projection
Returns the value of attribute projection.
-
#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.
753 754 755 |
# File 'sig/types.rbs', line 753 def index_name @index_name end |
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
754 755 756 |
# File 'sig/types.rbs', line 754 def key_schema @key_schema end |
#on_demand_throughput ⇒ Types::OnDemandThroughput
Returns the value of attribute on_demand_throughput.
757 758 759 |
# File 'sig/types.rbs', line 757 def on_demand_throughput @on_demand_throughput end |
#projection ⇒ Types::Projection
Returns the value of attribute projection.
755 756 757 |
# File 'sig/types.rbs', line 755 def projection @projection end |
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
756 757 758 |
# File 'sig/types.rbs', line 756 def provisioned_throughput @provisioned_throughput end |
#warm_throughput ⇒ Types::WarmThroughput
Returns the value of attribute warm_throughput.
758 759 760 |
# File 'sig/types.rbs', line 758 def warm_throughput @warm_throughput end |