Class: Aws::PinpointSMSVoiceV2::Types::RegistrationFieldDisplayHints
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::RegistrationFieldDisplayHints
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Provides help information on the registration field.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #documentation_link  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The link to the document the display hint is associated with.
 - 
  
    
      #documentation_title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The title of the document the display hint is associated with.
 - 
  
    
      #example_text_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Example text of what the value of a field should contain.
 - 
  
    
      #long_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A full description of the display hint.
 - 
  
    
      #select_option_descriptions  ⇒ Array<Types::SelectOptionDescription> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An array of SelectOptionDescription objects.
 - 
  
    
      #short_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A short description of the display hint.
 - 
  
    
      #text_validation_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The validation rules for the text field.
 - 
  
    
      #title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The title of the display hint.
 
Instance Attribute Details
#documentation_link ⇒ String
The link to the document the display hint is associated with.
      4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4344 class RegistrationFieldDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link, :select_option_descriptions, :text_validation_description, :example_text_value) SENSITIVE = [] include Aws::Structure end  | 
  
#documentation_title ⇒ String
The title of the document the display hint is associated with.
      4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4344 class RegistrationFieldDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link, :select_option_descriptions, :text_validation_description, :example_text_value) SENSITIVE = [] include Aws::Structure end  | 
  
#example_text_value ⇒ String
Example text of what the value of a field should contain.
      4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4344 class RegistrationFieldDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link, :select_option_descriptions, :text_validation_description, :example_text_value) SENSITIVE = [] include Aws::Structure end  | 
  
#long_description ⇒ String
A full description of the display hint.
      4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4344 class RegistrationFieldDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link, :select_option_descriptions, :text_validation_description, :example_text_value) SENSITIVE = [] include Aws::Structure end  | 
  
#select_option_descriptions ⇒ Array<Types::SelectOptionDescription>
An array of SelectOptionDescription objects.
      4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4344 class RegistrationFieldDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link, :select_option_descriptions, :text_validation_description, :example_text_value) SENSITIVE = [] include Aws::Structure end  | 
  
#short_description ⇒ String
A short description of the display hint.
      4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4344 class RegistrationFieldDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link, :select_option_descriptions, :text_validation_description, :example_text_value) SENSITIVE = [] include Aws::Structure end  | 
  
#text_validation_description ⇒ String
The validation rules for the text field.
      4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4344 class RegistrationFieldDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link, :select_option_descriptions, :text_validation_description, :example_text_value) SENSITIVE = [] include Aws::Structure end  | 
  
#title ⇒ String
The title of the display hint.
      4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4344 class RegistrationFieldDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link, :select_option_descriptions, :text_validation_description, :example_text_value) SENSITIVE = [] include Aws::Structure end  |