Class: Aws::PinpointSMSVoiceV2::Types::ListPoolOriginationIdentitiesRequest

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

#filtersArray<Types::PoolOriginationIdentitiesFilter>

An array of PoolOriginationIdentitiesFilter objects to filter the results..



3579
3580
3581
3582
3583
3584
3585
3586
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3579

class ListPoolOriginationIdentitiesRequest < Struct.new(
  :pool_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per each request.

Returns:

  • (Integer)


3579
3580
3581
3582
3583
3584
3585
3586
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3579

class ListPoolOriginationIdentitiesRequest < Struct.new(
  :pool_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


3579
3580
3581
3582
3583
3584
3585
3586
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3579

class ListPoolOriginationIdentitiesRequest < Struct.new(
  :pool_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#pool_idString

The unique identifier for the pool. This value can be either the PoolId or PoolArn.

If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).

Returns:

  • (String)


3579
3580
3581
3582
3583
3584
3585
3586
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3579

class ListPoolOriginationIdentitiesRequest < Struct.new(
  :pool_id,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end