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.
5160 5161 5162 5163 5164 5165 5166 5167 5168 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5160 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.
5160 5161 5162 5163 5164 5165 5166 5167 5168 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5160 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.
5160 5161 5162 5163 5164 5165 5166 5167 5168 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5160 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.
5160 5161 5162 5163 5164 5165 5166 5167 5168 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5160 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.
5160 5161 5162 5163 5164 5165 5166 5167 5168 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5160 class RegistrationTypeDisplayHints < Struct.new( :title, :short_description, :long_description, :documentation_title, :documentation_link) SENSITIVE = [] include Aws::Structure end |