Class: Aws::Types::CreateIndexRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def directory_arn
  @directory_arn
end

#is_uniqueBoolean

Returns the value of attribute is_unique.

Returns:

  • (Boolean)


600
601
602
# File 'sig/types.rbs', line 600

def is_unique
  @is_unique
end

Returns the value of attribute link_name.

Returns:

  • (::String)


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.

Returns:



599
600
601
# File 'sig/types.rbs', line 599

def ordered_indexed_attribute_list
  @ordered_indexed_attribute_list
end

#parent_referenceTypes::ObjectReference

Returns the value of attribute parent_reference.



601
602
603
# File 'sig/types.rbs', line 601

def parent_reference
  @parent_reference
end