Class: Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationTypeDefinitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationTypeDefinitionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::RegistrationTypeFilter>
An array of RegistrationFilter 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.
-
#registration_types ⇒ Array<String>
The type of registration form.
Instance Attribute Details
#filters ⇒ Array<Types::RegistrationTypeFilter>
An array of RegistrationFilter objects to filter the results.
2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2753 class DescribeRegistrationTypeDefinitionsRequest < Struct.new( :registration_types, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per each request.
2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2753 class DescribeRegistrationTypeDefinitionsRequest < Struct.new( :registration_types, :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.
2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2753 class DescribeRegistrationTypeDefinitionsRequest < Struct.new( :registration_types, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#registration_types ⇒ Array<String>
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
2753 2754 2755 2756 2757 2758 2759 2760 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2753 class DescribeRegistrationTypeDefinitionsRequest < Struct.new( :registration_types, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |