Class: Aws::LocationService::Types::ListPlaceIndexesResponseEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/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

Instance Attribute Details

#create_timeTime

The timestamp for when the place index resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Returns:

  • (Time)


4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4311

class ListPlaceIndexesResponseEntry < Struct.new(
  :create_time,
  :data_source,
  :description,
  :index_name,
  :pricing_plan,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourceString

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.

Returns:

  • (String)


4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4311

class ListPlaceIndexesResponseEntry < Struct.new(
  :create_time,
  :data_source,
  :description,
  :index_name,
  :pricing_plan,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The optional description for the place index resource.

Returns:

  • (String)


4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4311

class ListPlaceIndexesResponseEntry < Struct.new(
  :create_time,
  :data_source,
  :description,
  :index_name,
  :pricing_plan,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The name of the place index resource.

Returns:

  • (String)


4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4311

class ListPlaceIndexesResponseEntry < Struct.new(
  :create_time,
  :data_source,
  :description,
  :index_name,
  :pricing_plan,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#pricing_planString

No longer used. Always returns RequestBasedUsage.

Returns:

  • (String)


4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4311

class ListPlaceIndexesResponseEntry < Struct.new(
  :create_time,
  :data_source,
  :description,
  :index_name,
  :pricing_plan,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The timestamp for when the place index resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

Returns:

  • (Time)


4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4311

class ListPlaceIndexesResponseEntry < Struct.new(
  :create_time,
  :data_source,
  :description,
  :index_name,
  :pricing_plan,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end