Class: Aws::Types::GetMapStyleDescriptorResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetMapStyleDescriptorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blob ⇒ ::IO
Returns the value of attribute blob.
-
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
Instance Attribute Details
#blob ⇒ ::IO
Returns the value of attribute blob.
740 741 742 |
# File 'sig/types.rbs', line 740 def blob @blob end |
#cache_control ⇒ ::String
Returns the value of attribute cache_control.
742 743 744 |
# File 'sig/types.rbs', line 742 def cache_control @cache_control end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
741 742 743 |
# File 'sig/types.rbs', line 741 def content_type @content_type end |