Class: Aws::PinpointSMSVoiceV2::Types::ListPoolOriginationIdentitiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ListPoolOriginationIdentitiesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::PoolOriginationIdentitiesFilter>
An array of PoolOriginationIdentitiesFilter objects to filter the results..
-
#max_results ⇒ Integer
The maximum number of results to return per each request.
-
#next_token ⇒ String
The token to be used for the next set of paginated results.
-
#pool_id ⇒ String
The unique identifier for the pool.
Instance Attribute Details
#filters ⇒ Array<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_results ⇒ Integer
The maximum number of results to return per each request.
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_token ⇒ String
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.
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_id ⇒ String
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).
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 |