Class: Aws::Types::UpdateIndexRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2423
2424
2425
# File 'sig/types.rbs', line 2423

def domain_name
  @domain_name
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


2424
2425
2426
# File 'sig/types.rbs', line 2424

def index_name
  @index_name
end

#index_schemaObject

Returns the value of attribute index_schema.

Returns:

  • (Object)


2425
2426
2427
# File 'sig/types.rbs', line 2425

def index_schema
  @index_schema
end