Class: Aws::Types::GetTileRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_features ⇒ ::Array[("ContourLines" | "Hillshade" | "Logistics" | "Transit")]
Returns the value of attribute additional_features.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#tileset ⇒ ::String
Returns the value of attribute tileset.
-
#x ⇒ ::String
Returns the value of attribute x.
-
#y ⇒ ::String
Returns the value of attribute y.
-
#z ⇒ ::String
Returns the value of attribute z.
Instance Attribute Details
#additional_features ⇒ ::Array[("ContourLines" | "Hillshade" | "Logistics" | "Transit")]
Returns the value of attribute additional_features.
103 104 105 |
# File 'sig/types.rbs', line 103 def additional_features @additional_features end |
#key ⇒ ::String
Returns the value of attribute key.
108 109 110 |
# File 'sig/types.rbs', line 108 def key @key end |
#tileset ⇒ ::String
Returns the value of attribute tileset.
104 105 106 |
# File 'sig/types.rbs', line 104 def tileset @tileset end |
#x ⇒ ::String
Returns the value of attribute x.
106 107 108 |
# File 'sig/types.rbs', line 106 def x @x end |
#y ⇒ ::String
Returns the value of attribute y.
107 108 109 |
# File 'sig/types.rbs', line 107 def y @y end |
#z ⇒ ::String
Returns the value of attribute z.
105 106 107 |
# File 'sig/types.rbs', line 105 def z @z end |