Class: Aws::Types::GlobalSecondaryIndexDescription
- Inherits:
-
Object
- Object
- Aws::Types::GlobalSecondaryIndexDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backfilling ⇒ Boolean
Returns the value of attribute backfilling.
-
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#index_size_bytes ⇒ ::Integer
Returns the value of attribute index_size_bytes.
-
#index_status ⇒ "CREATING", ...
Returns the value of attribute index_status.
-
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
-
#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::ProvisionedThroughputDescription
Returns the value of attribute provisioned_throughput.
-
#warm_throughput ⇒ Types::GlobalSecondaryIndexWarmThroughputDescription
Returns the value of attribute warm_throughput.
Instance Attribute Details
#backfilling ⇒ Boolean
Returns the value of attribute backfilling.
773 774 775 |
# File 'sig/types.rbs', line 773 def backfilling @backfilling end |
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
777 778 779 |
# File 'sig/types.rbs', line 777 def index_arn @index_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
769 770 771 |
# File 'sig/types.rbs', line 769 def index_name @index_name end |
#index_size_bytes ⇒ ::Integer
Returns the value of attribute index_size_bytes.
775 776 777 |
# File 'sig/types.rbs', line 775 def index_size_bytes @index_size_bytes end |
#index_status ⇒ "CREATING", ...
Returns the value of attribute index_status.
772 773 774 |
# File 'sig/types.rbs', line 772 def index_status @index_status end |
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
776 777 778 |
# File 'sig/types.rbs', line 776 def item_count @item_count end |
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
770 771 772 |
# File 'sig/types.rbs', line 770 def key_schema @key_schema end |
#on_demand_throughput ⇒ Types::OnDemandThroughput
Returns the value of attribute on_demand_throughput.
778 779 780 |
# File 'sig/types.rbs', line 778 def on_demand_throughput @on_demand_throughput end |
#projection ⇒ Types::Projection
Returns the value of attribute projection.
771 772 773 |
# File 'sig/types.rbs', line 771 def projection @projection end |
#provisioned_throughput ⇒ Types::ProvisionedThroughputDescription
Returns the value of attribute provisioned_throughput.
774 775 776 |
# File 'sig/types.rbs', line 774 def provisioned_throughput @provisioned_throughput end |
#warm_throughput ⇒ Types::GlobalSecondaryIndexWarmThroughputDescription
Returns the value of attribute warm_throughput.
779 780 781 |
# File 'sig/types.rbs', line 779 def warm_throughput @warm_throughput end |