Class: Aws::Types::LocalSecondaryIndex
- Inherits:
-
Object
- Object
- Aws::Types::LocalSecondaryIndex
- 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.
-
#projection ⇒ Types::Projection
Returns the value of attribute projection.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def index_name @index_name end |
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def key_schema @key_schema end |
#projection ⇒ Types::Projection
Returns the value of attribute projection.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def projection @projection end |