Class: Aws::Types::RegistrationSectionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::RegistrationSectionDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_hints ⇒ Types::RegistrationSectionDisplayHints
Returns the value of attribute display_hints.
-
#section_path ⇒ ::String
Returns the value of attribute section_path.
Instance Attribute Details
#display_hints ⇒ Types::RegistrationSectionDisplayHints
Returns the value of attribute display_hints.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def display_hints @display_hints end |
#section_path ⇒ ::String
Returns the value of attribute section_path.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def section_path @section_path end |