Class: Aws::Types::CreateGlobalSecondaryIndexAction
- Inherits:
-
Object
- Object
- Aws::Types::CreateGlobalSecondaryIndexAction
- 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.
278 279 280 |
# File 'sig/types.rbs', line 278 def index_name @index_name end |
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
279 280 281 |
# File 'sig/types.rbs', line 279 def key_schema @key_schema end |
#on_demand_throughput ⇒ Types::OnDemandThroughput
Returns the value of attribute on_demand_throughput.
282 283 284 |
# File 'sig/types.rbs', line 282 def on_demand_throughput @on_demand_throughput end |
#projection ⇒ Types::Projection
Returns the value of attribute projection.
280 281 282 |
# File 'sig/types.rbs', line 280 def projection @projection end |
#provisioned_throughput ⇒ Types::ProvisionedThroughput
Returns the value of attribute provisioned_throughput.
281 282 283 |
# File 'sig/types.rbs', line 281 def provisioned_throughput @provisioned_throughput end |
#warm_throughput ⇒ Types::WarmThroughput
Returns the value of attribute warm_throughput.
283 284 285 |
# File 'sig/types.rbs', line 283 def warm_throughput @warm_throughput end |