Class: Aws::Types::BatchCreateIndex

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_reference_name::String

Returns the value of attribute batch_reference_name.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def batch_reference_name
  @batch_reference_name
end

#is_uniqueBoolean

Returns the value of attribute is_unique.

Returns:

  • (Boolean)


164
165
166
# File 'sig/types.rbs', line 164

def is_unique
  @is_unique
end

Returns the value of attribute link_name.

Returns:

  • (::String)


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.

Returns:



163
164
165
# File 'sig/types.rbs', line 163

def ordered_indexed_attribute_list
  @ordered_indexed_attribute_list
end

#parent_referenceTypes::ObjectReference

Returns the value of attribute parent_reference.



165
166
167
# File 'sig/types.rbs', line 165

def parent_reference
  @parent_reference
end