Class: Aws::Types::SenderContact
- Inherits:
-
Object
- Object
- Aws::Types::SenderContact
- 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.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def business_title @business_title end |
#email ⇒ ::String
Returns the value of attribute email.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def email @email end |
#first_name ⇒ ::String
Returns the value of attribute first_name.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def first_name @first_name end |
#last_name ⇒ ::String
Returns the value of attribute last_name.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def last_name @last_name end |
#phone ⇒ ::String
Returns the value of attribute phone.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def phone @phone end |