Class: Aws::PinpointSMSVoiceV2::Types::RegistrationSectionDisplayHints
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::RegistrationSectionDisplayHints
 
 
- Defined in:
 - gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Provides help information on the registration section.
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.
 - 
  
    
      #long_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A full description of the display hint.
 - 
  
    
      #short_description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A short description of the display hint.
 - 
  
    
      #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.
      5108 5109 5110 5111 5112 5113 5114 5115 5116  | 
    
      # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5108 class RegistrationSectionDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end  | 
  
#documentation_title ⇒ String
The title of the document the display hint is associated with.
      5108 5109 5110 5111 5112 5113 5114 5115 5116  | 
    
      # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5108 class RegistrationSectionDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end  | 
  
#long_description ⇒ String
A full description of the display hint.
      5108 5109 5110 5111 5112 5113 5114 5115 5116  | 
    
      # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5108 class RegistrationSectionDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end  | 
  
#short_description ⇒ String
A short description of the display hint.
      5108 5109 5110 5111 5112 5113 5114 5115 5116  | 
    
      # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5108 class RegistrationSectionDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end  | 
  
#title ⇒ String
The title of the display hint.
      5108 5109 5110 5111 5112 5113 5114 5115 5116  | 
    
      # File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5108 class RegistrationSectionDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end  |