Class: Aws::Types::CreateIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateIndexRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#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
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
598 599 600 |
# File 'sig/types.rbs', line 598 def directory_arn @directory_arn end |
#is_unique ⇒ Boolean
Returns the value of attribute is_unique.
600 601 602 |
# File 'sig/types.rbs', line 600 def is_unique @is_unique end |
#link_name ⇒ ::String
Returns the value of attribute link_name.
602 603 604 |
# File 'sig/types.rbs', line 602 def link_name @link_name end |
#ordered_indexed_attribute_list ⇒ ::Array[Types::AttributeKey]
Returns the value of attribute ordered_indexed_attribute_list.
599 600 601 |
# File 'sig/types.rbs', line 599 def ordered_indexed_attribute_list @ordered_indexed_attribute_list end |
#parent_reference ⇒ Types::ObjectReference
Returns the value of attribute parent_reference.
601 602 603 |
# File 'sig/types.rbs', line 601 def parent_reference @parent_reference end |