Class: Aws::LocationService::Types::ListMapsResponseEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListMapsResponseEntry
- Includes:
- Structure
- Defined in:
- 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
-
#create_time ⇒ Time
The timestamp for when the map resource was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
-
#data_source ⇒ String
Specifies the data provider for the associated map tiles.
-
#description ⇒ String
The description for the map resource.
-
#map_name ⇒ String
The name of the associated map resource.
-
#pricing_plan ⇒ String
No longer used.
-
#update_time ⇒ Time
The timestamp for when the map 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 map resource was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4457 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#data_source ⇒ String
Specifies the data provider for the associated map tiles.
4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4457 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the map resource.
4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4457 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#map_name ⇒ String
The name of the associated map resource.
4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4457 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#pricing_plan ⇒ String
No longer used. Always returns ‘RequestBasedUsage`.
4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4457 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The timestamp for when the map resource was last updated in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 |
# File 'lib/aws-sdk-locationservice/types.rb', line 4457 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |