Class: Aws::Types::ListManagementOptions
- Inherits:
-
Object
- Object
- Aws::Types::ListManagementOptions
- 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.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#contact_list_name ⇒ ::String
Returns the value of attribute contact_list_name.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def contact_list_name @contact_list_name end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def topic_name @topic_name end |