Class: Aws::PinpointSMSVoiceV2::Types::RegistrationSectionDisplayHints

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

The link to the document the display hint is associated with.

Returns:

  • (String)


5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5101

class RegistrationSectionDisplayHints < Struct.new(
  :title,
  :short_description,
  :long_description,
  :documentation_title,
  :documentation_link)
  SENSITIVE = []
  include Aws::Structure
end

#documentation_titleString

The title of the document the display hint is associated with.

Returns:

  • (String)


5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5101

class RegistrationSectionDisplayHints < Struct.new(
  :title,
  :short_description,
  :long_description,
  :documentation_title,
  :documentation_link)
  SENSITIVE = []
  include Aws::Structure
end

#long_descriptionString

A full description of the display hint.

Returns:

  • (String)


5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5101

class RegistrationSectionDisplayHints < Struct.new(
  :title,
  :short_description,
  :long_description,
  :documentation_title,
  :documentation_link)
  SENSITIVE = []
  include Aws::Structure
end

#short_descriptionString

A short description of the display hint.

Returns:

  • (String)


5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5101

class RegistrationSectionDisplayHints < Struct.new(
  :title,
  :short_description,
  :long_description,
  :documentation_title,
  :documentation_link)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title of the display hint.

Returns:

  • (String)


5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 5101

class RegistrationSectionDisplayHints < Struct.new(
  :title,
  :short_description,
  :long_description,
  :documentation_title,
  :documentation_link)
  SENSITIVE = []
  include Aws::Structure
end