Class: Aws::LocationService::Types::ListMapsResponseEntry

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

Overview

Contains details of an existing map resource in your Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

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

Returns:

  • (Time)


4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4204

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

#data_sourceString

Specifies the data provider for the associated map tiles.

Returns:

  • (String)


4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4204

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

#descriptionString

The description for the map resource.

Returns:

  • (String)


4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4204

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

#map_nameString

The name of the associated map resource.

Returns:

  • (String)


4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4204

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

#pricing_planString

No longer used. Always returns RequestBasedUsage.

Returns:

  • (String)


4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4204

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

#update_timeTime

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

Returns:

  • (Time)


4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4204

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