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.
1749 1750 1751 |
# File 'sig/types.rbs', line 1749 def documentation_link @documentation_link end |
#documentation_title ⇒ ::String
Returns the value of attribute documentation_title.
1748 1749 1750 |
# File 'sig/types.rbs', line 1748 def documentation_title @documentation_title end |
#example_text_value ⇒ ::String
Returns the value of attribute example_text_value.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def example_text_value @example_text_value end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
1747 1748 1749 |
# File 'sig/types.rbs', line 1747 def long_description @long_description end |
#select_option_descriptions ⇒ ::Array[Types::SelectOptionDescription]
Returns the value of attribute select_option_descriptions.
1750 1751 1752 |
# File 'sig/types.rbs', line 1750 def select_option_descriptions @select_option_descriptions end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
1746 1747 1748 |
# File 'sig/types.rbs', line 1746 def short_description @short_description end |
#text_validation_description ⇒ ::String
Returns the value of attribute text_validation_description.
1751 1752 1753 |
# File 'sig/types.rbs', line 1751 def text_validation_description @text_validation_description end |
#title ⇒ ::String
Returns the value of attribute title.
1745 1746 1747 |
# File 'sig/types.rbs', line 1745 def title @title end |