Class: Aws::GeoMaps::Types::GetStyleDescriptorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoMaps::Types::GetStyleDescriptorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-geomaps/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blob ⇒ String
This Blob contains the body of the style descriptor which is in application/json format.
-
#cache_control ⇒ String
Header that instructs caching configuration for the client.
-
#content_type ⇒ String
Header that represents the format of the response.
-
#etag ⇒ String
The style descriptor’s Etag.
Instance Attribute Details
#blob ⇒ String
This Blob contains the body of the style descriptor which is in application/json format.
848 849 850 851 852 853 854 855 |
# File 'lib/aws-sdk-geomaps/types.rb', line 848 class GetStyleDescriptorResponse < Struct.new( :blob, :content_type, :cache_control, :etag) SENSITIVE = [] include Aws::Structure end |
#cache_control ⇒ String
Header that instructs caching configuration for the client.
848 849 850 851 852 853 854 855 |
# File 'lib/aws-sdk-geomaps/types.rb', line 848 class GetStyleDescriptorResponse < Struct.new( :blob, :content_type, :cache_control, :etag) SENSITIVE = [] include Aws::Structure end |
#content_type ⇒ String
Header that represents the format of the response. The response returns the following as the HTTP body.
848 849 850 851 852 853 854 855 |
# File 'lib/aws-sdk-geomaps/types.rb', line 848 class GetStyleDescriptorResponse < Struct.new( :blob, :content_type, :cache_control, :etag) SENSITIVE = [] include Aws::Structure end |
#etag ⇒ String
The style descriptor’s Etag.
848 849 850 851 852 853 854 855 |
# File 'lib/aws-sdk-geomaps/types.rb', line 848 class GetStyleDescriptorResponse < Struct.new( :blob, :content_type, :cache_control, :etag) SENSITIVE = [] include Aws::Structure end |