Class: Aws::Types::RegistrationFieldDefinition
- Inherits:
-
Object
- Object
- Aws::Types::RegistrationFieldDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conditional_behavior ⇒ Types::ConditionalBehavior
Returns the value of attribute conditional_behavior.
-
#display_hints ⇒ Types::RegistrationFieldDisplayHints
Returns the value of attribute display_hints.
-
#field_path ⇒ ::String
Returns the value of attribute field_path.
-
#field_requirement ⇒ "REQUIRED", ...
Returns the value of attribute field_requirement.
-
#field_type ⇒ "SELECT", ...
Returns the value of attribute field_type.
-
#section_path ⇒ ::String
Returns the value of attribute section_path.
-
#select_validation ⇒ Types::SelectValidation
Returns the value of attribute select_validation.
-
#text_validation ⇒ Types::TextValidation
Returns the value of attribute text_validation.
Instance Attribute Details
#conditional_behavior ⇒ Types::ConditionalBehavior
Returns the value of attribute conditional_behavior.
1740 1741 1742 |
# File 'sig/types.rbs', line 1740 def conditional_behavior @conditional_behavior end |
#display_hints ⇒ Types::RegistrationFieldDisplayHints
Returns the value of attribute display_hints.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def display_hints @display_hints end |
#field_path ⇒ ::String
Returns the value of attribute field_path.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def field_path @field_path end |
#field_requirement ⇒ "REQUIRED", ...
Returns the value of attribute field_requirement.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def field_requirement @field_requirement end |
#field_type ⇒ "SELECT", ...
Returns the value of attribute field_type.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def field_type @field_type end |
#section_path ⇒ ::String
Returns the value of attribute section_path.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def section_path @section_path end |
#select_validation ⇒ Types::SelectValidation
Returns the value of attribute select_validation.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def select_validation @select_validation end |
#text_validation ⇒ Types::TextValidation
Returns the value of attribute text_validation.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def text_validation @text_validation end |