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

Inherits:
Struct
  • Object
show all
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

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`.

[1]: www.iso.org/iso-8601-date-and-time-format.html

Returns:

  • (Time)


4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'lib/aws-sdk-locationservice/types.rb', line 4566

class ListPlaceIndexesResponseEntry < Struct.new(
  :index_name,
  :description,
  :data_source,
  :pricing_plan,
  :create_time,
  :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].

[1]: docs.aws.amazon.com/location/latest/developerguide/what-is-data-provider.html

Returns:

  • (String)


4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'lib/aws-sdk-locationservice/types.rb', line 4566

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

#descriptionString

The optional description for the place index resource.

Returns:

  • (String)


4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'lib/aws-sdk-locationservice/types.rb', line 4566

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

#index_nameString

The name of the place index resource.

Returns:

  • (String)


4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'lib/aws-sdk-locationservice/types.rb', line 4566

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

#pricing_planString

No longer used. Always returns ‘RequestBasedUsage`.

Returns:

  • (String)


4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'lib/aws-sdk-locationservice/types.rb', line 4566

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

#update_timeTime

The timestamp for when the place index resource was last updated in

ISO 8601][1

format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.

[1]: www.iso.org/iso-8601-date-and-time-format.html

Returns:

  • (Time)


4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
# File 'lib/aws-sdk-locationservice/types.rb', line 4566

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