Class: Aws::LocationService::Types::DescribePlaceIndexResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb

Overview

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)


2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2560

class DescribePlaceIndexResponse < Struct.new(
  :create_time,
  :data_source,
  :data_source_configuration,
  :description,
  :index_arn,
  :index_name,
  :pricing_plan,
  :tags,
  :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)


2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2560

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

#data_source_configurationTypes::DataSourceConfiguration

The specified data storage option for requesting Places.



2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2560

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

#descriptionString

The optional description for the place index resource.

Returns:

  • (String)


2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2560

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

#index_arnString

The Amazon Resource Name (ARN) for the place index resource. Used to specify a resource across Amazon Web Services.

  • Format example: arn:aws:geo:region:account-id:place-index/ExamplePlaceIndex

^

Returns:

  • (String)


2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2560

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

#index_nameString

The name of the place index resource being described.

Returns:

  • (String)


2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2560

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

#pricing_planString

No longer used. Always returns RequestBasedUsage.

Returns:

  • (String)


2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2560

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

#tagsHash<String,String>

Tags associated with place index resource.

Returns:

  • (Hash<String,String>)


2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2560

class DescribePlaceIndexResponse < Struct.new(
  :create_time,
  :data_source,
  :data_source_configuration,
  :description,
  :index_arn,
  :index_name,
  :pricing_plan,
  :tags,
  :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)


2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2560

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