Class: Aws::Types::AwsDynamoDbTableGlobalSecondaryIndex
- Inherits:
-
Object
- Object
- Aws::Types::AwsDynamoDbTableGlobalSecondaryIndex
- 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 ⇒ ::String
Returns the value of attribute index_status.
-
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
-
#key_schema ⇒ ::Array[Types::AwsDynamoDbTableKeySchema]
Returns the value of attribute key_schema.
-
#projection ⇒ Types::AwsDynamoDbTableProjection
Returns the value of attribute projection.
-
#provisioned_throughput ⇒ Types::AwsDynamoDbTableProvisionedThroughput
Returns the value of attribute provisioned_throughput.
Instance Attribute Details
#backfilling ⇒ Boolean
Returns the value of attribute backfilling.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def backfilling @backfilling end |
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def index_arn @index_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def index_name @index_name end |
#index_size_bytes ⇒ ::Integer
Returns the value of attribute index_size_bytes.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def index_size_bytes @index_size_bytes end |
#index_status ⇒ ::String
Returns the value of attribute index_status.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def index_status @index_status end |
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def item_count @item_count end |
#key_schema ⇒ ::Array[Types::AwsDynamoDbTableKeySchema]
Returns the value of attribute key_schema.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def key_schema @key_schema end |
#projection ⇒ Types::AwsDynamoDbTableProjection
Returns the value of attribute projection.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def projection @projection end |
#provisioned_throughput ⇒ Types::AwsDynamoDbTableProvisionedThroughput
Returns the value of attribute provisioned_throughput.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def provisioned_throughput @provisioned_throughput end |