Class: Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationSectionDefinitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationSectionDefinitionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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_type ⇒ String
The type of registration form.
-
#section_paths ⇒ Array<String>
An array of paths for the registration form section.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return per each request.
2792 2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2792 class DescribeRegistrationSectionDefinitionsRequest < Struct.new( :registration_type, :section_paths, :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.
2792 2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2792 class DescribeRegistrationSectionDefinitionsRequest < Struct.new( :registration_type, :section_paths, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#registration_type ⇒ String
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
2792 2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2792 class DescribeRegistrationSectionDefinitionsRequest < Struct.new( :registration_type, :section_paths, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#section_paths ⇒ Array<String>
An array of paths for the registration form section.
2792 2793 2794 2795 2796 2797 2798 2799 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2792 class DescribeRegistrationSectionDefinitionsRequest < Struct.new( :registration_type, :section_paths, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |