Class: Aws::Types::AwsDynamoDbTableLocalSecondaryIndex
- Inherits:
-
Object
- Object
- Aws::Types::AwsDynamoDbTableLocalSecondaryIndex
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#key_schema ⇒ ::Array[Types::AwsDynamoDbTableKeySchema]
Returns the value of attribute key_schema.
-
#projection ⇒ Types::AwsDynamoDbTableProjection
Returns the value of attribute projection.
Instance Attribute Details
#index_arn ⇒ ::String
Returns the value of attribute index_arn.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def index_arn @index_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def index_name @index_name end |
#key_schema ⇒ ::Array[Types::AwsDynamoDbTableKeySchema]
Returns the value of attribute key_schema.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def key_schema @key_schema end |
#projection ⇒ Types::AwsDynamoDbTableProjection
Returns the value of attribute projection.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def projection @projection end |