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.
209 210 211 |
# File 'sig/types.rbs', line 209 def contact_list_name @contact_list_name end |
#description ⇒ ::String
Returns the value of attribute description.
211 212 213 |
# File 'sig/types.rbs', line 211 def description @description end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
212 213 214 |
# File 'sig/types.rbs', line 212 def end |
#topics ⇒ ::Array[Types::Topic]
Returns the value of attribute topics.
210 211 212 |
# File 'sig/types.rbs', line 210 def topics @topics end |