Class: Aws::Types::ClientLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#as_name::String

Returns the value of attribute as_name.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def as_name
  @as_name
end

#as_number::Integer

Returns the value of attribute as_number.

Returns:

  • (::Integer)


30
31
32
# File 'sig/types.rbs', line 30

def as_number
  @as_number
end

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def city
  @city
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


31
32
33
# File 'sig/types.rbs', line 31

def country
  @country
end

#latitude::Float

Returns the value of attribute latitude.

Returns:

  • (::Float)


35
36
37
# File 'sig/types.rbs', line 35

def latitude
  @latitude
end

#longitude::Float

Returns the value of attribute longitude.

Returns:

  • (::Float)


36
37
38
# File 'sig/types.rbs', line 36

def longitude
  @longitude
end

#metro::String

Returns the value of attribute metro.

Returns:

  • (::String)


33
34
35
# File 'sig/types.rbs', line 33

def metro
  @metro
end

#subdivision::String

Returns the value of attribute subdivision.

Returns:

  • (::String)


32
33
34
# File 'sig/types.rbs', line 32

def subdivision
  @subdivision
end