Class: Aws::PinpointSMSVoiceV2::Types::DescribeOptOutListsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeOptOutListsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#opt_out_lists ⇒ Array<Types::OptOutListInformation>
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
Instance Attribute Details
#next_token ⇒ String
The token to be used for the next set of paginated results. If this field is empty then there are no more results.
2349 2350 2351 2352 2353 2354 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2349 class DescribeOptOutListsResult < Struct.new( :opt_out_lists, :next_token) SENSITIVE = [] include Aws::Structure end |
#opt_out_lists ⇒ Array<Types::OptOutListInformation>
An array of OptOutListInformation objects that contain the details for the requested OptOutLists.
2349 2350 2351 2352 2353 2354 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2349 class DescribeOptOutListsResult < Struct.new( :opt_out_lists, :next_token) SENSITIVE = [] include Aws::Structure end |