Class: Aws::Types::Field

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_properties::Hash[::String, ::String]

Returns the value of attribute custom_properties.

Returns:

  • (::Hash[::String, ::String])


3055
3056
3057
# File 'sig/types.rbs', line 3055

def custom_properties
  @custom_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3040
3041
3042
# File 'sig/types.rbs', line 3040

def description
  @description
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


3038
3039
3040
# File 'sig/types.rbs', line 3038

def field_name
  @field_name
end

#field_type"INT", ...

Returns the value of attribute field_type.

Returns:

  • ("INT", "SMALLINT", "BIGINT", "FLOAT", "LONG", "DATE", "BOOLEAN", "MAP", "ARRAY", "STRING", "TIMESTAMP", "DECIMAL", "BYTE", "SHORT", "DOUBLE", "STRUCT", "BINARY", "UNION")


3041
3042
3043
# File 'sig/types.rbs', line 3041

def field_type
  @field_type
end

#is_createableBoolean

Returns the value of attribute is_createable.

Returns:

  • (Boolean)


3047
3048
3049
# File 'sig/types.rbs', line 3047

def is_createable
  @is_createable
end

#is_default_on_createBoolean

Returns the value of attribute is_default_on_create.

Returns:

  • (Boolean)


3050
3051
3052
# File 'sig/types.rbs', line 3050

def is_default_on_create
  @is_default_on_create
end

#is_filterableBoolean

Returns the value of attribute is_filterable.

Returns:

  • (Boolean)


3045
3046
3047
# File 'sig/types.rbs', line 3045

def is_filterable
  @is_filterable
end

#is_nullableBoolean

Returns the value of attribute is_nullable.

Returns:

  • (Boolean)


3043
3044
3045
# File 'sig/types.rbs', line 3043

def is_nullable
  @is_nullable
end

#is_partitionableBoolean

Returns the value of attribute is_partitionable.

Returns:

  • (Boolean)


3046
3047
3048
# File 'sig/types.rbs', line 3046

def is_partitionable
  @is_partitionable
end

#is_primary_keyBoolean

Returns the value of attribute is_primary_key.

Returns:

  • (Boolean)


3042
3043
3044
# File 'sig/types.rbs', line 3042

def is_primary_key
  @is_primary_key
end

#is_retrievableBoolean

Returns the value of attribute is_retrievable.

Returns:

  • (Boolean)


3044
3045
3046
# File 'sig/types.rbs', line 3044

def is_retrievable
  @is_retrievable
end

#is_updateableBoolean

Returns the value of attribute is_updateable.

Returns:

  • (Boolean)


3048
3049
3050
# File 'sig/types.rbs', line 3048

def is_updateable
  @is_updateable
end

#is_upsertableBoolean

Returns the value of attribute is_upsertable.

Returns:

  • (Boolean)


3049
3050
3051
# File 'sig/types.rbs', line 3049

def is_upsertable
  @is_upsertable
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


3039
3040
3041
# File 'sig/types.rbs', line 3039

def label
  @label
end

#native_data_type::String

Returns the value of attribute native_data_type.

Returns:

  • (::String)


3054
3055
3056
# File 'sig/types.rbs', line 3054

def native_data_type
  @native_data_type
end

#parent_field::String

Returns the value of attribute parent_field.

Returns:

  • (::String)


3053
3054
3055
# File 'sig/types.rbs', line 3053

def parent_field
  @parent_field
end

#supported_filter_operators::Array[("LESS_THAN" | "GREATER_THAN" | "BETWEEN" | "EQUAL_TO" | "NOT_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "LESS_THAN_OR_EQUAL_TO" | "CONTAINS" | "ORDER_BY")]

Returns the value of attribute supported_filter_operators.

Returns:

  • (::Array[("LESS_THAN" | "GREATER_THAN" | "BETWEEN" | "EQUAL_TO" | "NOT_EQUAL_TO" | "GREATER_THAN_OR_EQUAL_TO" | "LESS_THAN_OR_EQUAL_TO" | "CONTAINS" | "ORDER_BY")])


3052
3053
3054
# File 'sig/types.rbs', line 3052

def supported_filter_operators
  @supported_filter_operators
end

#supported_values::Array[::String]

Returns the value of attribute supported_values.

Returns:

  • (::Array[::String])


3051
3052
3053
# File 'sig/types.rbs', line 3051

def supported_values
  @supported_values
end