Class: Aws::PinpointSMSVoiceV2::Types::DescribeOptedOutNumbersResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to be used for the next set of paginated results. If this field is empty then there are no more results.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
2022
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2015

class DescribeOptedOutNumbersResult < Struct.new(
  :opt_out_list_arn,
  :opt_out_list_name,
  :opted_out_numbers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#opt_out_list_arnString

The Amazon Resource Name (ARN) of the OptOutList.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
2022
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2015

class DescribeOptedOutNumbersResult < Struct.new(
  :opt_out_list_arn,
  :opt_out_list_name,
  :opted_out_numbers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#opt_out_list_nameString

The name of the OptOutList.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
2022
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2015

class DescribeOptedOutNumbersResult < Struct.new(
  :opt_out_list_arn,
  :opt_out_list_name,
  :opted_out_numbers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#opted_out_numbersArray<Types::OptedOutNumberInformation>

An array of OptedOutNumbersInformation objects that provide information about the requested OptedOutNumbers.



2015
2016
2017
2018
2019
2020
2021
2022
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2015

class DescribeOptedOutNumbersResult < Struct.new(
  :opt_out_list_arn,
  :opt_out_list_name,
  :opted_out_numbers,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end