Class: Aws::Types::GetMapTileRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:



751
752
753
# File 'sig/types.rbs', line 751

def key
  @key
end

#map_name::String

Returns the value of attribute map_name.

Returns:



747
748
749
# File 'sig/types.rbs', line 747

def map_name
  @map_name
end

#x::String

Returns the value of attribute x.

Returns:



749
750
751
# File 'sig/types.rbs', line 749

def x
  @x
end

#y::String

Returns the value of attribute y.

Returns:



750
751
752
# File 'sig/types.rbs', line 750

def y
  @y
end

#z::String

Returns the value of attribute z.

Returns:



748
749
750
# File 'sig/types.rbs', line 748

def z
  @z
end