Class: Aws::LocationService::Types::ListPlaceIndexesResponseEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListPlaceIndexesResponseEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
A place index resource listed in your Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The timestamp for when the place index resource was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
-
#data_source ⇒ String
The data provider of geospatial data.
-
#description ⇒ String
The optional description for the place index resource.
-
#index_name ⇒ String
The name of the place index resource.
-
#pricing_plan ⇒ String
No longer used.
-
#update_time ⇒ Time
The timestamp for when the place index resource was last updated in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
Instance Attribute Details
#create_time ⇒ Time
The timestamp for when the place index resource was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4564 class ListPlaceIndexesResponseEntry < Struct.new( :index_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#data_source ⇒ String
The data provider of geospatial data. Values can be one of the following:
-
‘Esri`
-
‘Grab`
-
‘Here`
For more information about data providers, see [Amazon Location Service data providers].
[1]: docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html
4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4564 class ListPlaceIndexesResponseEntry < Struct.new( :index_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The optional description for the place index resource.
4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4564 class ListPlaceIndexesResponseEntry < Struct.new( :index_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#index_name ⇒ String
The name of the place index resource.
4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4564 class ListPlaceIndexesResponseEntry < Struct.new( :index_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#pricing_plan ⇒ String
No longer used. Always returns ‘RequestBasedUsage`.
4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4564 class ListPlaceIndexesResponseEntry < Struct.new( :index_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The timestamp for when the place index resource was last updated in
- ISO 8601][1
-
format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4564 class ListPlaceIndexesResponseEntry < Struct.new( :index_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |