Class: Aws::PinpointSMSVoiceV2::Types::RegistrationTypeDefinition
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::RegistrationTypeDefinition
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Provides information on the supported registration type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #display_hints  ⇒ Types::RegistrationTypeDisplayHints 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides help information on the registration.
 - 
  
    
      #registration_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of registration form.
 - 
  
    
      #supported_associations  ⇒ Array<Types::SupportedAssociation> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The supported association behavior for the registration type.
 
Instance Attribute Details
#display_hints ⇒ Types::RegistrationTypeDisplayHints
Provides help information on the registration.
      4565 4566 4567 4568 4569 4570 4571  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4565 class RegistrationTypeDefinition < Struct.new( :registration_type, :supported_associations, :display_hints) SENSITIVE = [] include Aws::Structure end  | 
  
#registration_type ⇒ String
The type of registration form. The list of RegistrationTypes can be found using the DescribeRegistrationTypeDefinitions action.
      4565 4566 4567 4568 4569 4570 4571  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4565 class RegistrationTypeDefinition < Struct.new( :registration_type, :supported_associations, :display_hints) SENSITIVE = [] include Aws::Structure end  | 
  
#supported_associations ⇒ Array<Types::SupportedAssociation>
The supported association behavior for the registration type.
      4565 4566 4567 4568 4569 4570 4571  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4565 class RegistrationTypeDefinition < Struct.new( :registration_type, :supported_associations, :display_hints) SENSITIVE = [] include Aws::Structure end  |