Class: Aws::Types::CreatePlaceIndexRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#data_source::String

Returns the value of attribute data_source.

Returns:



334
335
336
# File 'sig/types.rbs', line 334

def data_source
  @data_source
end

#data_source_configurationTypes::DataSourceConfiguration

Returns the value of attribute data_source_configuration.

Returns:



337
338
339
# File 'sig/types.rbs', line 337

def data_source_configuration
  @data_source_configuration
end

#description::String

Returns the value of attribute description.

Returns:



336
337
338
# File 'sig/types.rbs', line 336

def description
  @description
end

#index_name::String

Returns the value of attribute index_name.

Returns:



333
334
335
# File 'sig/types.rbs', line 333

def index_name
  @index_name
end

#pricing_plan"RequestBasedUsage", ...

Returns the value of attribute pricing_plan.

Returns:



335
336
337
# File 'sig/types.rbs', line 335

def pricing_plan
  @pricing_plan
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



338
339
340
# File 'sig/types.rbs', line 338

def tags
  @tags
end