Class: Aws::LocationService::Types::GetMapStyleDescriptorResponse

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

#blobString

Contains the body of the style descriptor.

Returns:

  • (String)


3423
3424
3425
3426
3427
3428
3429
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3423

class GetMapStyleDescriptorResponse < Struct.new(
  :blob,
  :cache_control,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end

#cache_controlString

The HTTP Cache-Control directive for the value.

Returns:

  • (String)


3423
3424
3425
3426
3427
3428
3429
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3423

class GetMapStyleDescriptorResponse < Struct.new(
  :blob,
  :cache_control,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end

#content_typeString

The style descriptor's content type. For example, application/json.

Returns:

  • (String)


3423
3424
3425
3426
3427
3428
3429
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 3423

class GetMapStyleDescriptorResponse < Struct.new(
  :blob,
  :cache_control,
  :content_type)
  SENSITIVE = []
  include Aws::Structure
end