Class: Aws::PinpointSMSVoiceV2::Types::ListRegistrationAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::ListRegistrationAssociationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::RegistrationAssociationFilter>
An array of RegistrationAssociationFilter to apply to the results that are returned.
-
#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.
-
#registration_id ⇒ String
The unique identifier for the registration.
Instance Attribute Details
#filters ⇒ Array<Types::RegistrationAssociationFilter>
An array of RegistrationAssociationFilter to apply to the results that are returned.
3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3693 class ListRegistrationAssociationsRequest < Struct.new( :registration_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per each request.
3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3693 class ListRegistrationAssociationsRequest < Struct.new( :registration_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.
3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3693 class ListRegistrationAssociationsRequest < Struct.new( :registration_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#registration_id ⇒ String
The unique identifier for the registration.
3693 3694 3695 3696 3697 3698 3699 3700 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3693 class ListRegistrationAssociationsRequest < Struct.new( :registration_id, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |