Class: Aws::PinpointSMSVoiceV2::Types::RegistrationSectionDisplayHints
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::RegistrationSectionDisplayHints
- Includes:
- Structure
- Defined in:
- 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.
4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4764 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.
4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4764 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.
4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4764 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.
4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4764 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.
4764 4765 4766 4767 4768 4769 4770 4771 4772 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4764 class RegistrationSectionDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end |