Class: Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationFieldValuesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationFieldValuesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_paths ⇒ Array<String>
An array of paths to the registration form field.
-
#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.
-
#section_path ⇒ String
The path to the section of the registration.
-
#version_number ⇒ Integer
The version number of the registration.
Instance Attribute Details
#field_paths ⇒ Array<String>
An array of paths to the registration form field.
2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2727 class DescribeRegistrationFieldValuesRequest < Struct.new( :registration_id, :version_number, :section_path, :field_paths, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return per each request.
2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2727 class DescribeRegistrationFieldValuesRequest < Struct.new( :registration_id, :version_number, :section_path, :field_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.
2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2727 class DescribeRegistrationFieldValuesRequest < Struct.new( :registration_id, :version_number, :section_path, :field_paths, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#registration_id ⇒ String
The unique identifier for the registration.
2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2727 class DescribeRegistrationFieldValuesRequest < Struct.new( :registration_id, :version_number, :section_path, :field_paths, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#section_path ⇒ String
The path to the section of the registration.
2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2727 class DescribeRegistrationFieldValuesRequest < Struct.new( :registration_id, :version_number, :section_path, :field_paths, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#version_number ⇒ Integer
The version number of the registration.
2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2727 class DescribeRegistrationFieldValuesRequest < Struct.new( :registration_id, :version_number, :section_path, :field_paths, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |