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

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

#filtersArray<Types::PoolOriginationIdentitiesFilter>

An array of PoolOriginationIdentitiesFilter objects to filter the results..



3309
3310
3311
3312
3313
3314
3315
3316
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3309

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)


3309
3310
3311
3312
3313
3314
3315
3316
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3309

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)


3309
3310
3311
3312
3313
3314
3315
3316
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3309

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.

Returns:

  • (String)


3309
3310
3311
3312
3313
3314
3315
3316
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3309

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