Class: Aws::Types::LeadAddress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:country_code])

Instance Attribute Summary collapse

Instance Attribute Details

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


670
671
672
# File 'sig/types.rbs', line 670

def city
  @city
end

#country_code::String

Returns the value of attribute country_code.

Returns:

  • (::String)


673
674
675
# File 'sig/types.rbs', line 673

def country_code
  @country_code
end

#postal_code::String

Returns the value of attribute postal_code.

Returns:

  • (::String)


671
672
673
# File 'sig/types.rbs', line 671

def postal_code
  @postal_code
end

#state_or_region::String

Returns the value of attribute state_or_region.

Returns:

  • (::String)


672
673
674
# File 'sig/types.rbs', line 672

def state_or_region
  @state_or_region
end