Class: Aws::PinpointSMSVoiceV2::Types::RegistrationFieldDisplayHints

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Provides help information on the registration field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (String)


4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4570

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

#documentation_titleString

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

Returns:

  • (String)


4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4570

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

#example_text_valueString

Example text of what the value of a field should contain.

Returns:

  • (String)


4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4570

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

#long_descriptionString

A full description of the display hint.

Returns:

  • (String)


4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4570

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

#select_option_descriptionsArray<Types::SelectOptionDescription>

An array of SelectOptionDescription objects.

Returns:



4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4570

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

#short_descriptionString

A short description of the display hint.

Returns:

  • (String)


4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4570

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

#text_validation_descriptionString

The validation rules for the text field.

Returns:

  • (String)


4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4570

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

#titleString

The title of the display hint.

Returns:

  • (String)


4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4570

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