Class: Aws::Types::FieldTypeDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_length_rangeTypes::Range

Returns the value of attribute field_length_range.

Returns:



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.

Returns:

  • (::String)


633
634
635
# File 'sig/types.rbs', line 633

def field_type
  @field_type
end

#field_value_rangeTypes::Range

Returns the value of attribute field_value_range.

Returns:



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.

Returns:

  • (::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")])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


636
637
638
# File 'sig/types.rbs', line 636

def value_regex_pattern
  @value_regex_pattern
end