Class: Aws::Types::ContactList
- Inherits:
-
Object
- Object
- Aws::Types::ContactList
- 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.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
Instance Attribute Details
#contact_list_name ⇒ ::String
Returns the value of attribute contact_list_name.
154 155 156 |
# File 'sig/types.rbs', line 154 def contact_list_name @contact_list_name end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
155 156 157 |
# File 'sig/types.rbs', line 155 def @last_updated_timestamp end |