Class: Aws::Types::LocalSecondaryIndexInfo
- Inherits:
-
Object
- Object
- Aws::Types::LocalSecondaryIndexInfo
- 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.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def index_name @index_name end |
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def key_schema @key_schema end |
#projection ⇒ Types::Projection
Returns the value of attribute projection.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def projection @projection end |