Class: Aws::Types::RegistrationFieldDefinition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conditional_behaviorTypes::ConditionalBehavior

Returns the value of attribute conditional_behavior.



1740
1741
1742
# File 'sig/types.rbs', line 1740

def conditional_behavior
  @conditional_behavior
end

#display_hintsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("REQUIRED", "CONDITIONAL", "OPTIONAL")


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.

Returns:

  • ("SELECT", "TEXT", "ATTACHMENT")


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.

Returns:

  • (::String)


1733
1734
1735
# File 'sig/types.rbs', line 1733

def section_path
  @section_path
end

#select_validationTypes::SelectValidation

Returns the value of attribute select_validation.



1737
1738
1739
# File 'sig/types.rbs', line 1737

def select_validation
  @select_validation
end

#text_validationTypes::TextValidation

Returns the value of attribute text_validation.



1738
1739
1740
# File 'sig/types.rbs', line 1738

def text_validation
  @text_validation
end