Class: Aws::Types::PartitionIndexDescriptor
- Inherits:
-
Object
- Object
- Aws::Types::PartitionIndexDescriptor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backfill_errors ⇒ ::Array[Types::BackfillError]
Returns the value of attribute backfill_errors.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#index_status ⇒ "CREATING", ...
Returns the value of attribute index_status.
-
#keys ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute keys.
Instance Attribute Details
#backfill_errors ⇒ ::Array[Types::BackfillError]
Returns the value of attribute backfill_errors.
5919 5920 5921 |
# File 'sig/types.rbs', line 5919 def backfill_errors @backfill_errors end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
5916 5917 5918 |
# File 'sig/types.rbs', line 5916 def index_name @index_name end |
#index_status ⇒ "CREATING", ...
Returns the value of attribute index_status.
5918 5919 5920 |
# File 'sig/types.rbs', line 5918 def index_status @index_status end |
#keys ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute keys.
5917 5918 5919 |
# File 'sig/types.rbs', line 5917 def keys @keys end |