Class: Aws::Types::RegistrationFieldDisplayHints
- Inherits:
-
Object
- Object
- Aws::Types::RegistrationFieldDisplayHints
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#documentation_link ⇒ ::String
Returns the value of attribute documentation_link.
-
#documentation_title ⇒ ::String
Returns the value of attribute documentation_title.
-
#example_text_value ⇒ ::String
Returns the value of attribute example_text_value.
-
#long_description ⇒ ::String
Returns the value of attribute long_description.
-
#select_option_descriptions ⇒ ::Array[Types::SelectOptionDescription]
Returns the value of attribute select_option_descriptions.
-
#short_description ⇒ ::String
Returns the value of attribute short_description.
-
#text_validation_description ⇒ ::String
Returns the value of attribute text_validation_description.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#documentation_link ⇒ ::String
Returns the value of attribute documentation_link.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def documentation_link @documentation_link end |
#documentation_title ⇒ ::String
Returns the value of attribute documentation_title.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def documentation_title @documentation_title end |
#example_text_value ⇒ ::String
Returns the value of attribute example_text_value.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def example_text_value @example_text_value end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
1778 1779 1780 |
# File 'sig/types.rbs', line 1778 def long_description @long_description end |
#select_option_descriptions ⇒ ::Array[Types::SelectOptionDescription]
Returns the value of attribute select_option_descriptions.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def select_option_descriptions @select_option_descriptions end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
1777 1778 1779 |
# File 'sig/types.rbs', line 1777 def short_description @short_description end |
#text_validation_description ⇒ ::String
Returns the value of attribute text_validation_description.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def text_validation_description @text_validation_description end |
#title ⇒ ::String
Returns the value of attribute title.
1776 1777 1778 |
# File 'sig/types.rbs', line 1776 def title @title end |