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.
5911 5912 5913 |
# File 'sig/types.rbs', line 5911 def index_name @index_name end |
#keys ⇒ ::Array[::String]
Returns the value of attribute keys.
5910 5911 5912 |
# File 'sig/types.rbs', line 5910 def keys @keys end |