Class: Aws::Types::ContactInformation
- Inherits:
-
Object
- Object
- Aws::Types::ContactInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_line_1 ⇒ ::String
Returns the value of attribute address_line_1.
-
#address_line_2 ⇒ ::String
Returns the value of attribute address_line_2.
-
#address_line_3 ⇒ ::String
Returns the value of attribute address_line_3.
-
#city ⇒ ::String
Returns the value of attribute city.
-
#company_name ⇒ ::String
Returns the value of attribute company_name.
-
#country_code ⇒ ::String
Returns the value of attribute country_code.
-
#district_or_county ⇒ ::String
Returns the value of attribute district_or_county.
-
#full_name ⇒ ::String
Returns the value of attribute full_name.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
-
#state_or_region ⇒ ::String
Returns the value of attribute state_or_region.
-
#website_url ⇒ ::String
Returns the value of attribute website_url.
Instance Attribute Details
#address_line_1 ⇒ ::String
Returns the value of attribute address_line_1.
46 47 48 |
# File 'sig/types.rbs', line 46 def address_line_1 @address_line_1 end |
#address_line_2 ⇒ ::String
Returns the value of attribute address_line_2.
47 48 49 |
# File 'sig/types.rbs', line 47 def address_line_2 @address_line_2 end |
#address_line_3 ⇒ ::String
Returns the value of attribute address_line_3.
48 49 50 |
# File 'sig/types.rbs', line 48 def address_line_3 @address_line_3 end |
#city ⇒ ::String
Returns the value of attribute city.
49 50 51 |
# File 'sig/types.rbs', line 49 def city @city end |
#company_name ⇒ ::String
Returns the value of attribute company_name.
55 56 57 |
# File 'sig/types.rbs', line 55 def company_name @company_name end |
#country_code ⇒ ::String
Returns the value of attribute country_code.
53 54 55 |
# File 'sig/types.rbs', line 53 def country_code @country_code end |
#district_or_county ⇒ ::String
Returns the value of attribute district_or_county.
51 52 53 |
# File 'sig/types.rbs', line 51 def district_or_county @district_or_county end |
#full_name ⇒ ::String
Returns the value of attribute full_name.
45 46 47 |
# File 'sig/types.rbs', line 45 def full_name @full_name end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
54 55 56 |
# File 'sig/types.rbs', line 54 def phone_number @phone_number end |
#postal_code ⇒ ::String
Returns the value of attribute postal_code.
52 53 54 |
# File 'sig/types.rbs', line 52 def postal_code @postal_code end |
#state_or_region ⇒ ::String
Returns the value of attribute state_or_region.
50 51 52 |
# File 'sig/types.rbs', line 50 def state_or_region @state_or_region end |
#website_url ⇒ ::String
Returns the value of attribute website_url.
56 57 58 |
# File 'sig/types.rbs', line 56 def website_url @website_url end |