Class: Aws::LocationService::Types::DescribeMapResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LocationService::Types::DescribeMapResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-locationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::MapConfiguration
Specifies the map tile style selected from a partner data provider.
-
#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 optional description for the map resource.
-
#map_arn ⇒ String
The Amazon Resource Name (ARN) for the map resource.
-
#map_name ⇒ String
The map style selected from an available provider.
-
#pricing_plan ⇒ String
No longer used.
-
#tags ⇒ Hash<String,String>
Tags associated with the map resource.
-
#update_time ⇒ Time
The timestamp for when the map resource was last update in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
Instance Attribute Details
#configuration ⇒ Types::MapConfiguration
Specifies the map tile style selected from a partner data provider.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2482 class DescribeMapResponse < Struct.new( :map_name, :map_arn, :pricing_plan, :data_source, :configuration, :description, :tags, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The timestamp for when the map resource was created in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2482 class DescribeMapResponse < Struct.new( :map_name, :map_arn, :pricing_plan, :data_source, :configuration, :description, :tags, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#data_source ⇒ String
Specifies the data provider for the associated map tiles.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2482 class DescribeMapResponse < Struct.new( :map_name, :map_arn, :pricing_plan, :data_source, :configuration, :description, :tags, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The optional description for the map resource.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2482 class DescribeMapResponse < Struct.new( :map_name, :map_arn, :pricing_plan, :data_source, :configuration, :description, :tags, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#map_arn ⇒ String
The Amazon Resource Name (ARN) for the map resource. Used to specify a resource across all Amazon Web Services.
-
Format example: ‘arn:aws:geo:region:account-id:map/ExampleMap`
^
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2482 class DescribeMapResponse < Struct.new( :map_name, :map_arn, :pricing_plan, :data_source, :configuration, :description, :tags, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#map_name ⇒ String
The map style selected from an available provider.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2482 class DescribeMapResponse < Struct.new( :map_name, :map_arn, :pricing_plan, :data_source, :configuration, :description, :tags, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#pricing_plan ⇒ String
No longer used. Always returns ‘RequestBasedUsage`.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2482 class DescribeMapResponse < Struct.new( :map_name, :map_arn, :pricing_plan, :data_source, :configuration, :description, :tags, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags associated with the map resource.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2482 class DescribeMapResponse < Struct.new( :map_name, :map_arn, :pricing_plan, :data_source, :configuration, :description, :tags, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
The timestamp for when the map resource was last update in [ISO 8601] format: ‘YYYY-MM-DDThh:mm:ss.sssZ`.
2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
# File 'lib/aws-sdk-locationservice/types.rb', line 2482 class DescribeMapResponse < Struct.new( :map_name, :map_arn, :pricing_plan, :data_source, :configuration, :description, :tags, :create_time, :update_time) SENSITIVE = [] include Aws::Structure end |