Module: Aws::LocationService::Client::_DescribePlaceIndexResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePlaceIndexResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #create_time ⇒ ::Time
- #data_source ⇒ ::String
- #data_source_configuration ⇒ Types::DataSourceConfiguration
- #description ⇒ ::String
- #index_arn ⇒ ::String
- #index_name ⇒ ::String
- #pricing_plan ⇒ "RequestBasedUsage", ...
- #tags ⇒ ::Hash[::String, ::String]
- #update_time ⇒ ::Time
Instance Method Details
#create_time ⇒ ::Time
465 |
# File 'sig/client.rbs', line 465
def create_time: () -> ::Time
|
#data_source ⇒ ::String
467 |
# File 'sig/client.rbs', line 467
def data_source: () -> ::String
|
#data_source_configuration ⇒ Types::DataSourceConfiguration
468 |
# File 'sig/client.rbs', line 468
def data_source_configuration: () -> Types::DataSourceConfiguration
|
#description ⇒ ::String
464 |
# File 'sig/client.rbs', line 464
def description: () -> ::String
|
#index_arn ⇒ ::String
462 |
# File 'sig/client.rbs', line 462
def index_arn: () -> ::String
|
#index_name ⇒ ::String
461 |
# File 'sig/client.rbs', line 461
def index_name: () -> ::String
|
#pricing_plan ⇒ "RequestBasedUsage", ...
463 |
# File 'sig/client.rbs', line 463
def pricing_plan: () -> ("RequestBasedUsage" | "MobileAssetTracking" | "MobileAssetManagement")
|
#tags ⇒ ::Hash[::String, ::String]
469 |
# File 'sig/client.rbs', line 469
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
466 |
# File 'sig/client.rbs', line 466
def update_time: () -> ::Time
|