Class: Aws::Types::UpdatePlaceIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePlaceIndexRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#index_name ⇒ ::String
Returns the value of attribute index_name.
-
#pricing_plan ⇒ "RequestBasedUsage", ...
Returns the value of attribute pricing_plan.
Instance Attribute Details
#data_source_configuration ⇒ Types::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.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def description @description end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
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.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def pricing_plan @pricing_plan end |