Class: Aws::Types::GetMapTileRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetMapTileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#map_name ⇒ ::String
Returns the value of attribute map_name.
-
#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
#key ⇒ ::String
Returns the value of attribute key.
751 752 753 |
# File 'sig/types.rbs', line 751 def key @key end |
#map_name ⇒ ::String
Returns the value of attribute map_name.
747 748 749 |
# File 'sig/types.rbs', line 747 def map_name @map_name end |
#x ⇒ ::String
Returns the value of attribute x.
749 750 751 |
# File 'sig/types.rbs', line 749 def x @x end |
#y ⇒ ::String
Returns the value of attribute y.
750 751 752 |
# File 'sig/types.rbs', line 750 def y @y end |
#z ⇒ ::String
Returns the value of attribute z.
748 749 750 |
# File 'sig/types.rbs', line 748 def z @z end |