Class: Aws::LocationService::Types::DescribeMapResponse

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

#configurationTypes::MapConfiguration

Specifies the map tile style selected from a partner data provider.



2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2466

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

#create_timeTime

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

Returns:

  • (Time)


2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2466

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

#data_sourceString

Specifies the data provider for the associated map tiles.

Returns:

  • (String)


2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2466

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

#descriptionString

The optional description for the map resource.

Returns:

  • (String)


2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2466

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

#map_arnString

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

^

Returns:

  • (String)


2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2466

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

#map_nameString

The map style selected from an available provider.

Returns:

  • (String)


2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2466

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

#pricing_planString

No longer used. Always returns RequestBasedUsage.

Returns:

  • (String)


2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2466

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

#tagsHash<String,String>

Tags associated with the map resource.

Returns:

  • (Hash<String,String>)


2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2466

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

#update_timeTime

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

Returns:

  • (Time)


2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 2466

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