Class: Aws::GeoMaps::Types::GetStyleDescriptorResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blobString

This Blob contains the body of the style descriptor which is in application/json format.

Returns:

  • (String)


589
590
591
592
593
594
595
596
# File 'lib/aws-sdk-geomaps/types.rb', line 589

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

#cache_controlString

Header that instructs caching configuration for the client.

Returns:

  • (String)


589
590
591
592
593
594
595
596
# File 'lib/aws-sdk-geomaps/types.rb', line 589

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

#content_typeString

Header that represents the format of the response. The response returns the following as the HTTP body.

Returns:

  • (String)


589
590
591
592
593
594
595
596
# File 'lib/aws-sdk-geomaps/types.rb', line 589

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

#etagString

The style descriptor’s Etag.

Returns:

  • (String)


589
590
591
592
593
594
595
596
# File 'lib/aws-sdk-geomaps/types.rb', line 589

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