Class: Aws::Types::ContactDetail
- Inherits:
-
Object
- Object
- Aws::Types::ContactDetail
- 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.
-
#city ⇒ ::String
Returns the value of attribute city.
-
#contact_type ⇒ "PERSON", ...
Returns the value of attribute contact_type.
-
#country_code ⇒ "AC", ...
Returns the value of attribute country_code.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#extra_params ⇒ ::Array[Types::ExtraParam]
Returns the value of attribute extra_params.
-
#fax ⇒ ::String
Returns the value of attribute fax.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#organization_name ⇒ ::String
Returns the value of attribute organization_name.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#state ⇒ ::String
Returns the value of attribute state.
-
#zip_code ⇒ ::String
Returns the value of attribute zip_code.
Instance Attribute Details
#address_line_1 ⇒ ::String
Returns the value of attribute address_line_1.
86 87 88 |
# File 'sig/types.rbs', line 86 def address_line_1 @address_line_1 end |
#address_line_2 ⇒ ::String
Returns the value of attribute address_line_2.
87 88 89 |
# File 'sig/types.rbs', line 87 def address_line_2 @address_line_2 end |
#city ⇒ ::String
Returns the value of attribute city.
88 89 90 |
# File 'sig/types.rbs', line 88 def city @city end |
#contact_type ⇒ "PERSON", ...
Returns the value of attribute contact_type.
84 85 86 |
# File 'sig/types.rbs', line 84 def contact_type @contact_type end |
#country_code ⇒ "AC", ...
Returns the value of attribute country_code.
90 91 92 |
# File 'sig/types.rbs', line 90 def country_code @country_code end |
#email ⇒ ::String
Returns the value of attribute email.
93 94 95 |
# File 'sig/types.rbs', line 93 def email @email end |
#extra_params ⇒ ::Array[Types::ExtraParam]
Returns the value of attribute extra_params.
95 96 97 |
# File 'sig/types.rbs', line 95 def extra_params @extra_params end |
#fax ⇒ ::String
Returns the value of attribute fax.
94 95 96 |
# File 'sig/types.rbs', line 94 def fax @fax end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
82 83 84 |
# File 'sig/types.rbs', line 82 def first_name @first_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
83 84 85 |
# File 'sig/types.rbs', line 83 def last_name @last_name end |
#organization_name ⇒ ::String
Returns the value of attribute organization_name.
85 86 87 |
# File 'sig/types.rbs', line 85 def organization_name @organization_name end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
92 93 94 |
# File 'sig/types.rbs', line 92 def phone_number @phone_number end |
#state ⇒ ::String
Returns the value of attribute state.
89 90 91 |
# File 'sig/types.rbs', line 89 def state @state end |
#zip_code ⇒ ::String
Returns the value of attribute zip_code.
91 92 93 |
# File 'sig/types.rbs', line 91 def zip_code @zip_code end |