Class: Aws::Types::Contact
- Inherits:
-
Object
- Object
- Aws::Types::Contact
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#business_title ⇒ ::String
Returns the value of attribute business_title.
-
#email ⇒ ::String
Returns the value of attribute email.
-
#first_name ⇒ ::String
Returns the value of attribute first_name.
-
#last_name ⇒ ::String
Returns the value of attribute last_name.
-
#phone ⇒ ::String
Returns the value of attribute phone.
Instance Attribute Details
#business_title ⇒ ::String
Returns the value of attribute business_title.
200 201 202 |
# File 'sig/types.rbs', line 200 def business_title @business_title end |
#email ⇒ ::String
Returns the value of attribute email.
197 198 199 |
# File 'sig/types.rbs', line 197 def email @email end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
198 199 200 |
# File 'sig/types.rbs', line 198 def first_name @first_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
199 200 201 |
# File 'sig/types.rbs', line 199 def last_name @last_name end |
#phone ⇒ ::String
Returns the value of attribute phone.
201 202 203 |
# File 'sig/types.rbs', line 201 def phone @phone end |