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

#id ⇒ ::String

Returns the value of attribute id.

Returns:



292
293
294
# File 'sig/types.rbs', line 292

def id
  @id
end

#index_name ⇒ ::String

Returns the value of attribute index_name.

Returns:



293
294
295
# File 'sig/types.rbs', line 293

def index_name
  @index_name
end

#index_schema ⇒ Object

Returns the value of attribute index_schema.

Returns:



294
295
296
# File 'sig/types.rbs', line 294

def index_schema
  @index_schema
end