Class: Aws::Types::UpdatePlaceIndexRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_configurationTypes::DataSourceConfiguration

Returns the value of attribute data_source_configuration.



1411
1412
1413
# File 'sig/types.rbs', line 1411

def data_source_configuration
  @data_source_configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1410
1411
1412
# File 'sig/types.rbs', line 1410

def description
  @description
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def index_name
  @index_name
end

#pricing_plan"RequestBasedUsage", ...

Returns the value of attribute pricing_plan.

Returns:

  • ("RequestBasedUsage", "MobileAssetTracking", "MobileAssetManagement")


1409
1410
1411
# File 'sig/types.rbs', line 1409

def pricing_plan
  @pricing_plan
end