Class: Aws::Types::DescribeOptOutListsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOptOutListsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#opt_out_lists ⇒ ::Array[Types::OptOutListInformation]
Returns the value of attribute opt_out_lists.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
795 796 797 |
# File 'sig/types.rbs', line 795 def next_token @next_token end |
#opt_out_lists ⇒ ::Array[Types::OptOutListInformation]
Returns the value of attribute opt_out_lists.
794 795 796 |
# File 'sig/types.rbs', line 794 def opt_out_lists @opt_out_lists end |