Class: Aws::Types::Address

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:street_address, :locality, :region, :postal_code, :country, :formatted, :type])

Instance Attribute Summary collapse

Instance Attribute Details

#country ⇒ ::String

Returns the value of attribute country.

Returns:

  • (::String)


23
24
25
# File 'sig/types.rbs', line 23

def country
  @country
end

#formatted ⇒ ::String

Returns the value of attribute formatted.

Returns:

  • (::String)


24
25
26
# File 'sig/types.rbs', line 24

def formatted
  @formatted
end

#locality ⇒ ::String

Returns the value of attribute locality.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def locality
  @locality
end

#postal_code ⇒ ::String

Returns the value of attribute postal_code.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def postal_code
  @postal_code
end

#primary ⇒ Boolean

Returns the value of attribute primary.

Returns:

  • (Boolean)


26
27
28
# File 'sig/types.rbs', line 26

def primary
  @primary
end

#region ⇒ ::String

Returns the value of attribute region.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def region
  @region
end

#street_address ⇒ ::String

Returns the value of attribute street_address.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def street_address
  @street_address
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def type
  @type
end