Class: Aws::PinpointSMSVoiceV2::Types::DescribeSenderIdsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3031
3032
3033
3034
3035
3036
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3031

class DescribeSenderIdsResult < Struct.new(
  :sender_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#sender_idsArray<Types::SenderIdInformation>

An array of SernderIdInformation objects that contain the details for the requested SenderIds.

Returns:



3031
3032
3033
3034
3035
3036
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3031

class DescribeSenderIdsResult < Struct.new(
  :sender_ids,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end