Class: Aws::PinpointSMSVoiceV2::Types::RegistrationTypeDisplayHints
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PinpointSMSVoiceV2::Types::RegistrationTypeDisplayHints
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpointsmsvoicev2/types.rb
 
Overview
Provides help information on the registration type.
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.
      4597 4598 4599 4600 4601 4602 4603 4604 4605  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4597 class RegistrationTypeDisplayHints < 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.
      4597 4598 4599 4600 4601 4602 4603 4604 4605  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4597 class RegistrationTypeDisplayHints < 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.
      4597 4598 4599 4600 4601 4602 4603 4604 4605  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4597 class RegistrationTypeDisplayHints < 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.
      4597 4598 4599 4600 4601 4602 4603 4604 4605  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4597 class RegistrationTypeDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end  | 
  
#title ⇒ String
The title of the display hint.
      4597 4598 4599 4600 4601 4602 4603 4604 4605  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4597 class RegistrationTypeDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end  |