Class: Aws::LocationService::Types::GetMapSpritesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:key]

Instance Attribute Summary collapse

Instance Attribute Details

#file_nameString

The name of the sprite file. Use the following file names for the sprite sheet:

For the JSON document containing image offsets. Use the following file names:

Returns:

  • (String)


3601
3602
3603
3604
3605
3606
3607
# File 'lib/aws-sdk-locationservice/types.rb', line 3601

class GetMapSpritesRequest < Struct.new(
  :map_name,
  :file_name,
  :key)
  SENSITIVE = [:key]
  include Aws::Structure
end

#keyString

The optional [API key] to authorize the request.

[1]: docs.aws.amazon.com/location/latest/developerguide/using-apikeys.html

Returns:

  • (String)


3601
3602
3603
3604
3605
3606
3607
# File 'lib/aws-sdk-locationservice/types.rb', line 3601

class GetMapSpritesRequest < Struct.new(
  :map_name,
  :file_name,
  :key)
  SENSITIVE = [:key]
  include Aws::Structure
end

#map_nameString

The map resource associated with the sprite file.

Returns:

  • (String)


3601
3602
3603
3604
3605
3606
3607
# File 'lib/aws-sdk-locationservice/types.rb', line 3601

class GetMapSpritesRequest < Struct.new(
  :map_name,
  :file_name,
  :key)
  SENSITIVE = [:key]
  include Aws::Structure
end