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.
1771 1772 1773 |
# File 'sig/types.rbs', line 1771 def conditional_behavior @conditional_behavior end |
#display_hints ⇒ Types::RegistrationFieldDisplayHints
Returns the value of attribute display_hints.
1770 1771 1772 |
# File 'sig/types.rbs', line 1770 def display_hints @display_hints end |
#field_path ⇒ ::String
Returns the value of attribute field_path.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def field_path @field_path end |
#field_requirement ⇒ "REQUIRED", ...
Returns the value of attribute field_requirement.
1767 1768 1769 |
# File 'sig/types.rbs', line 1767 def field_requirement @field_requirement end |
#field_type ⇒ "SELECT", ...
Returns the value of attribute field_type.
1766 1767 1768 |
# File 'sig/types.rbs', line 1766 def field_type @field_type end |
#section_path ⇒ ::String
Returns the value of attribute section_path.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def section_path @section_path end |
#select_validation ⇒ Types::SelectValidation
Returns the value of attribute select_validation.
1768 1769 1770 |
# File 'sig/types.rbs', line 1768 def select_validation @select_validation end |
#text_validation ⇒ Types::TextValidation
Returns the value of attribute text_validation.
1769 1770 1771 |
# File 'sig/types.rbs', line 1769 def text_validation @text_validation end |