Class: Aws::Types::CreateContactListRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateContactListRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
198 199 200 |
# File 'sig/types.rbs', line 198 def contact_list_name @contact_list_name end |
#description ⇒ ::String
Returns the value of attribute description.
200 201 202 |
# File 'sig/types.rbs', line 200 def description @description end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
201 202 203 |
# File 'sig/types.rbs', line 201 def @tags end |
#topics ⇒ ::Array[Types::Topic]
Returns the value of attribute topics.
199 200 201 |
# File 'sig/types.rbs', line 199 def topics @topics end |