Class: Aws::Types::DescribeOptOutListsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOptOutListsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#opt_out_list_names ⇒ ::Array[::String]
Returns the value of attribute opt_out_list_names.
-
#owner ⇒ "SELF", "SHARED"
Returns the value of attribute owner.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
788 789 790 |
# File 'sig/types.rbs', line 788 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
787 788 789 |
# File 'sig/types.rbs', line 787 def next_token @next_token end |
#opt_out_list_names ⇒ ::Array[::String]
Returns the value of attribute opt_out_list_names.
786 787 788 |
# File 'sig/types.rbs', line 786 def opt_out_list_names @opt_out_list_names end |
#owner ⇒ "SELF", "SHARED"
Returns the value of attribute owner.
789 790 791 |
# File 'sig/types.rbs', line 789 def owner @owner end |