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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/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)


4538
4539
4540
4541
4542
4543
4544
4545
4546
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4538

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)


4538
4539
4540
4541
4542
4543
4544
4545
4546
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4538

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)


4538
4539
4540
4541
4542
4543
4544
4545
4546
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4538

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)


4538
4539
4540
4541
4542
4543
4544
4545
4546
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4538

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)


4538
4539
4540
4541
4542
4543
4544
4545
4546
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4538

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