Class: Aws::PinpointSMSVoiceV2::Types::RegistrationTypeDisplayHints
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::RegistrationTypeDisplayHints
- Defined in:
- gems/aws-sdk-pinpointsmsvoicev2/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.
4826 4827 4828 4829 4830 4831 4832 4833 4834 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4826 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.
4826 4827 4828 4829 4830 4831 4832 4833 4834 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4826 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.
4826 4827 4828 4829 4830 4831 4832 4833 4834 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4826 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.
4826 4827 4828 4829 4830 4831 4832 4833 4834 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4826 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.
4826 4827 4828 4829 4830 4831 4832 4833 4834 |
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4826 class RegistrationTypeDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end |