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

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


527
528
529
# File 'sig/types.rbs', line 527

def domain_name
  @domain_name
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def index_name
  @index_name
end

#index_schemaObject

Returns the value of attribute index_schema.

Returns:

  • (Object)


529
530
531
# File 'sig/types.rbs', line 529

def index_schema
  @index_schema
end