Class: Aws::Types::BatchCreateIndex
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateIndex
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_reference_name ⇒ ::String
Returns the value of attribute batch_reference_name.
-
#is_unique ⇒ Boolean
Returns the value of attribute is_unique.
-
#link_name ⇒ ::String
Returns the value of attribute link_name.
-
#ordered_indexed_attribute_list ⇒ ::Array[Types::AttributeKey]
Returns the value of attribute ordered_indexed_attribute_list.
-
#parent_reference ⇒ Types::ObjectReference
Returns the value of attribute parent_reference.
Instance Attribute Details
#batch_reference_name ⇒ ::String
Returns the value of attribute batch_reference_name.
167 168 169 |
# File 'sig/types.rbs', line 167 def batch_reference_name @batch_reference_name end |
#is_unique ⇒ Boolean
Returns the value of attribute is_unique.
164 165 166 |
# File 'sig/types.rbs', line 164 def is_unique @is_unique end |
#link_name ⇒ ::String
Returns the value of attribute link_name.
166 167 168 |
# File 'sig/types.rbs', line 166 def link_name @link_name end |
#ordered_indexed_attribute_list ⇒ ::Array[Types::AttributeKey]
Returns the value of attribute ordered_indexed_attribute_list.
163 164 165 |
# File 'sig/types.rbs', line 163 def ordered_indexed_attribute_list @ordered_indexed_attribute_list end |
#parent_reference ⇒ Types::ObjectReference
Returns the value of attribute parent_reference.
165 166 167 |
# File 'sig/types.rbs', line 165 def parent_reference @parent_reference end |