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:



3779
3780
3781
3782
3783
3784
3785
# File 'lib/aws-sdk-locationservice/types.rb', line 3779

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/previous/developerguide/using-apikeys.html



3779
3780
3781
3782
3783
3784
3785
# File 'lib/aws-sdk-locationservice/types.rb', line 3779

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.



3779
3780
3781
3782
3783
3784
3785
# File 'lib/aws-sdk-locationservice/types.rb', line 3779

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