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.
      2522 2523 2524 2525 2526 2527 2528 2529 2530 2531  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2522 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.
      2522 2523 2524 2525 2526 2527 2528 2529 2530 2531  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2522 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.
      2522 2523 2524 2525 2526 2527 2528 2529 2530 2531  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2522 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.
      2522 2523 2524 2525 2526 2527 2528 2529 2530 2531  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2522 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.
      2522 2523 2524 2525 2526 2527 2528 2529 2530 2531  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2522 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.
      2522 2523 2524 2525 2526 2527 2528 2529 2530 2531  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2522 class DescribeRegistrationFieldValuesRequest < Struct.new( :registration_id, :version_number, :section_path, :field_paths, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end  |