Class: Aws::PinpointSMSVoiceV2::Types::DescribeOptOutListsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeOptOutListsRequest
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return per each request.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#opt_out_list_names ⇒ Array<String>
The OptOutLists to show the details of.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return per each request.
1259 1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1259 class DescribeOptOutListsRequest < Struct.new( :opt_out_list_names, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to be used for the next set of paginated results. You don't need to supply a value for this field in the initial request.
1259 1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1259 class DescribeOptOutListsRequest < Struct.new( :opt_out_list_names, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#opt_out_list_names ⇒ Array<String>
The OptOutLists to show the details of. This is an array of strings that can be either the OptOutListName or OptOutListArn.
1259 1260 1261 1262 1263 1264 1265 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 1259 class DescribeOptOutListsRequest < Struct.new( :opt_out_list_names, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |