Class: Aws::Types::RegistrationSectionDisplayHints
- Inherits:
-
Object
- Object
- Aws::Types::RegistrationSectionDisplayHints
- 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.
-
#long_description ⇒ ::String
Returns the value of attribute long_description.
-
#short_description ⇒ ::String
Returns the value of attribute short_description.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#documentation_link ⇒ ::String
Returns the value of attribute documentation_link.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def documentation_link @documentation_link end |
#documentation_title ⇒ ::String
Returns the value of attribute documentation_title.
1795 1796 1797 |
# File 'sig/types.rbs', line 1795 def documentation_title @documentation_title end |
#long_description ⇒ ::String
Returns the value of attribute long_description.
1794 1795 1796 |
# File 'sig/types.rbs', line 1794 def long_description @long_description end |
#short_description ⇒ ::String
Returns the value of attribute short_description.
1793 1794 1795 |
# File 'sig/types.rbs', line 1793 def short_description @short_description end |
#title ⇒ ::String
Returns the value of attribute title.
1792 1793 1794 |
# File 'sig/types.rbs', line 1792 def title @title end |