Class: Aws::LocationService::Types::GetMapStyleDescriptorRequest

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

#keyString

The optional [API key] to authorize the request.

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

Returns:

  • (String)


3647
3648
3649
3650
3651
3652
# File 'lib/aws-sdk-locationservice/types.rb', line 3647

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

#map_nameString

The map resource to retrieve the style descriptor from.

Returns:

  • (String)


3647
3648
3649
3650
3651
3652
# File 'lib/aws-sdk-locationservice/types.rb', line 3647

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