Class: Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationTypeDefinitionsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::DescribeRegistrationTypeDefinitionsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to be used for the next set of paginated results.
 - 
  
    
      #registration_type_definitions  ⇒ Array<Types::RegistrationTypeDefinition> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of registration form.
 
Instance Attribute Details
#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.
      2661 2662 2663 2664 2665 2666  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2661 class DescribeRegistrationTypeDefinitionsResult < Struct.new( :registration_type_definitions, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_type_definitions ⇒ Array<Types::RegistrationTypeDefinition>
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
      2661 2662 2663 2664 2665 2666  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 2661 class DescribeRegistrationTypeDefinitionsResult < Struct.new( :registration_type_definitions, :next_token) SENSITIVE = [] include Aws::Structure end  |