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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-locationservice/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.

Returns:

  • (String)


3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3401

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

#map_nameString

The map resource to retrieve the style descriptor from.

Returns:

  • (String)


3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3401

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