Class: Aws::PinpointSMSVoiceV2::Types::RegistrationTypeDisplayHints

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

Instance Attribute Details

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

Returns:

  • (String)


4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4609

class RegistrationTypeDisplayHints < 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)


4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4609

class RegistrationTypeDisplayHints < 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)


4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4609

class RegistrationTypeDisplayHints < 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)


4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4609

class RegistrationTypeDisplayHints < 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)


4609
4610
4611
4612
4613
4614
4615
4616
4617
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4609

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