Class: Aws::Types::Address

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_id::String

Returns the value of attribute address_id.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def address_id
  @address_id
end

#city::String

Returns the value of attribute city.

Returns:

  • (::String)


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

def city
  @city
end

#company::String

Returns the value of attribute company.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def company
  @company
end

#country::String

Returns the value of attribute country.

Returns:

  • (::String)


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

def country
  @country
end

#is_restrictedBoolean

Returns the value of attribute is_restricted.

Returns:

  • (Boolean)


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

def is_restricted
  @is_restricted
end

#landmark::String

Returns the value of attribute landmark.

Returns:

  • (::String)


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

def landmark
  @landmark
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def name
  @name
end

#phone_number::String

Returns the value of attribute phone_number.

Returns:

  • (::String)


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

def phone_number
  @phone_number
end

#postal_code::String

Returns the value of attribute postal_code.

Returns:

  • (::String)


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

def postal_code
  @postal_code
end

#prefecture_or_district::String

Returns the value of attribute prefecture_or_district.

Returns:

  • (::String)


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

def prefecture_or_district
  @prefecture_or_district
end

#state_or_province::String

Returns the value of attribute state_or_province.

Returns:

  • (::String)


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

def state_or_province
  @state_or_province
end

#street_1::String

Returns the value of attribute street_1.

Returns:

  • (::String)


15
16
17
# File 'sig/types.rbs', line 15

def street_1
  @street_1
end

#street_2::String

Returns the value of attribute street_2.

Returns:

  • (::String)


16
17
18
# File 'sig/types.rbs', line 16

def street_2
  @street_2
end

#street_3::String

Returns the value of attribute street_3.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def street_3
  @street_3
end

#type"CUST_PICKUP", "AWS_SHIP"

Returns the value of attribute type.

Returns:

  • ("CUST_PICKUP", "AWS_SHIP")


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

def type
  @type
end