Class: Aws::Types::LocalSecondaryIndexDescription
- Inherits:
-
Object
- Object
- Aws::Types::LocalSecondaryIndexDescription
- 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.
-
#index_size_bytes ⇒ ::Integer
Returns the value of attribute index_size_bytes.
-
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
-
#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_arn ⇒ ::String
Returns the value of attribute index_arn.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def index_arn @index_arn end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def index_name @index_name end |
#index_size_bytes ⇒ ::Integer
Returns the value of attribute index_size_bytes.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def index_size_bytes @index_size_bytes end |
#item_count ⇒ ::Integer
Returns the value of attribute item_count.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def item_count @item_count end |
#key_schema ⇒ ::Array[Types::KeySchemaElement]
Returns the value of attribute key_schema.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def key_schema @key_schema end |
#projection ⇒ Types::Projection
Returns the value of attribute projection.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def projection @projection end |