Class: Aws::Types::PartitionIndex
- Inherits:
-
Object
- Object
- Aws::Types::PartitionIndex
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#keys ⇒ ::Array[::String]
Returns the value of attribute keys.
Instance Attribute Details
#index_name ⇒ ::String
Returns the value of attribute index_name.
5967 5968 5969 |
# File 'sig/types.rbs', line 5967 def index_name @index_name end |
#keys ⇒ ::Array[::String]
Returns the value of attribute keys.
5966 5967 5968 |
# File 'sig/types.rbs', line 5966 def keys @keys end |