Class: Aws::LocationService::Types::ListMapsResponseEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::ListMapsResponseEntry
- 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 =
[:create_time, :update_time]
Instance Attribute Summary collapse
-
#create_time ⇒ Time
The timestamp for when the map resource was created in [ISO 8601][1] 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][1] 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
.
4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4586 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] include Aws::Structure end |
#data_source ⇒ String
Specifies the data provider for the associated map tiles.
4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4586 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] include Aws::Structure end |
#description ⇒ String
The description for the map resource.
4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4586 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] include Aws::Structure end |
#map_name ⇒ String
The name of the associated map resource.
4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4586 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] include Aws::Structure end |
#pricing_plan ⇒ String
No longer used. Always returns RequestBasedUsage
.
4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4586 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] 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
.
4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 |
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 4586 class ListMapsResponseEntry < Struct.new( :map_name, :description, :data_source, :pricing_plan, :create_time, :update_time) SENSITIVE = [:create_time, :update_time] include Aws::Structure end |