Class: Aws::Types::CreatePlaceIndexRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePlaceIndexRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source ⇒ ::String
Returns the value of attribute data_source.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#data_source ⇒ ::String
Returns the value of attribute data_source.
334 335 336 |
# File 'sig/types.rbs', line 334 def data_source @data_source end |
#data_source_configuration ⇒ Types::DataSourceConfiguration
Returns the value of attribute data_source_configuration.
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.
336 337 338 |
# File 'sig/types.rbs', line 336 def description @description end |
#index_name ⇒ ::String
Returns the value of attribute index_name.
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.
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.
338 339 340 |
# File 'sig/types.rbs', line 338 def end |