Class: Aws::Types::FieldTypeDetails
- Inherits:
-
Object
- Object
- Aws::Types::FieldTypeDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_length_range ⇒ Types::Range
Returns the value of attribute field_length_range.
-
#field_type ⇒ ::String
Returns the value of attribute field_type.
-
#field_value_range ⇒ Types::Range
Returns the value of attribute field_value_range.
-
#filter_operators ⇒ ::Array[("PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "CONTAINS" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP")]
Returns the value of attribute filter_operators.
-
#supported_date_format ⇒ ::String
Returns the value of attribute supported_date_format.
-
#supported_values ⇒ ::Array[::String]
Returns the value of attribute supported_values.
-
#value_regex_pattern ⇒ ::String
Returns the value of attribute value_regex_pattern.
Instance Attribute Details
#field_length_range ⇒ Types::Range
Returns the value of attribute field_length_range.
639 640 641 |
# File 'sig/types.rbs', line 639 def field_length_range @field_length_range end |
#field_type ⇒ ::String
Returns the value of attribute field_type.
633 634 635 |
# File 'sig/types.rbs', line 633 def field_type @field_type end |
#field_value_range ⇒ Types::Range
Returns the value of attribute field_value_range.
638 639 640 |
# File 'sig/types.rbs', line 638 def field_value_range @field_value_range end |
#filter_operators ⇒ ::Array[("PROJECTION" | "LESS_THAN" | "GREATER_THAN" | "CONTAINS" | "BETWEEN" | "LESS_THAN_OR_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "EQUAL_TO" | "NOT_EQUAL_TO" | "ADDITION" | "MULTIPLICATION" | "DIVISION" | "SUBTRACTION" | "MASK_ALL" | "MASK_FIRST_N" | "MASK_LAST_N" | "VALIDATE_NON_NULL" | "VALIDATE_NON_ZERO" | "VALIDATE_NON_NEGATIVE" | "VALIDATE_NUMERIC" | "NO_OP")]
Returns the value of attribute filter_operators.
634 635 636 |
# File 'sig/types.rbs', line 634 def filter_operators @filter_operators end |
#supported_date_format ⇒ ::String
Returns the value of attribute supported_date_format.
637 638 639 |
# File 'sig/types.rbs', line 637 def supported_date_format @supported_date_format end |
#supported_values ⇒ ::Array[::String]
Returns the value of attribute supported_values.
635 636 637 |
# File 'sig/types.rbs', line 635 def supported_values @supported_values end |
#value_regex_pattern ⇒ ::String
Returns the value of attribute value_regex_pattern.
636 637 638 |
# File 'sig/types.rbs', line 636 def value_regex_pattern @value_regex_pattern end |