Class: Aws::Types::GlobalSecondaryIndexInfo
- Inherits:
-
Object
- Object
- Aws::Types::GlobalSecondaryIndexInfo
- 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.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
784 785 786 |
# File 'sig/types.rbs', line 784 def index_name @index_name end |
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
785 786 787 |
# File 'sig/types.rbs', line 785 def key_schema @key_schema end |
#on_demand_throughput ⇒ Types::OnDemandThroughput
Returns the value of attribute on_demand_throughput.
788 789 790 |
# File 'sig/types.rbs', line 788 def on_demand_throughput @on_demand_throughput end |
#projection ⇒ Types::Projection
Returns the value of attribute projection.
786 787 788 |
# File 'sig/types.rbs', line 786 def projection @projection end |
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
787 788 789 |
# File 'sig/types.rbs', line 787 def provisioned_throughput @provisioned_throughput end |