Class: Aws::Types::GetContactRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetContactRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_list_name ⇒ ::String
Returns the value of attribute contact_list_name.
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
Instance Attribute Details
#contact_list_name ⇒ ::String
Returns the value of attribute contact_list_name.
798 799 800 |
# File 'sig/types.rbs', line 798 def contact_list_name @contact_list_name end |
#email_address ⇒ ::String
Returns the value of attribute email_address.
799 800 801 |
# File 'sig/types.rbs', line 799 def email_address @email_address end |