Class: Aws::Types::AlternateContact
- Inherits:
-
Object
- Object
- Aws::Types::AlternateContact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alternate_contact_type ⇒ "BILLING", ...
Returns the value of attribute alternate_contact_type.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#alternate_contact_type ⇒ "BILLING", ...
Returns the value of attribute alternate_contact_type.
34 35 36 |
# File 'sig/types.rbs', line 34 def alternate_contact_type @alternate_contact_type end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
32 33 34 |
# File 'sig/types.rbs', line 32 def email_address @email_address end |
#name ⇒ ::String
Returns the value of attribute name.
30 31 32 |
# File 'sig/types.rbs', line 30 def name @name end |
#phone_number ⇒ ::String
Returns the value of attribute phone_number.
33 34 35 |
# File 'sig/types.rbs', line 33 def phone_number @phone_number end |
#title ⇒ ::String
Returns the value of attribute title.
31 32 33 |
# File 'sig/types.rbs', line 31 def title @title end |