Class: Aws::Types::UpdateContactListRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateContactListRequest
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#topics ⇒ ::Array[Types::Topic]
Returns the value of attribute topics.
Instance Attribute Details
#contact_list_name ⇒ ::String
Returns the value of attribute contact_list_name.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def contact_list_name @contact_list_name end |
#description ⇒ ::String
Returns the value of attribute description.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def description @description end |
#topics ⇒ ::Array[Types::Topic]
Returns the value of attribute topics.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def topics @topics end |