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])


3071
3072
3073
# File 'sig/types.rbs', line 3071

def custom_properties
  @custom_properties
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#field_name::String

Returns the value of attribute field_name.

Returns:

  • (::String)


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

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")


3057
3058
3059
# File 'sig/types.rbs', line 3057

def field_type
  @field_type
end

#is_createableBoolean

Returns the value of attribute is_createable.

Returns:

  • (Boolean)


3063
3064
3065
# File 'sig/types.rbs', line 3063

def is_createable
  @is_createable
end

#is_default_on_createBoolean

Returns the value of attribute is_default_on_create.

Returns:

  • (Boolean)


3066
3067
3068
# File 'sig/types.rbs', line 3066

def is_default_on_create
  @is_default_on_create
end

#is_filterableBoolean

Returns the value of attribute is_filterable.

Returns:

  • (Boolean)


3061
3062
3063
# File 'sig/types.rbs', line 3061

def is_filterable
  @is_filterable
end

#is_nullableBoolean

Returns the value of attribute is_nullable.

Returns:

  • (Boolean)


3059
3060
3061
# File 'sig/types.rbs', line 3059

def is_nullable
  @is_nullable
end

#is_partitionableBoolean

Returns the value of attribute is_partitionable.

Returns:

  • (Boolean)


3062
3063
3064
# File 'sig/types.rbs', line 3062

def is_partitionable
  @is_partitionable
end

#is_primary_keyBoolean

Returns the value of attribute is_primary_key.

Returns:

  • (Boolean)


3058
3059
3060
# File 'sig/types.rbs', line 3058

def is_primary_key
  @is_primary_key
end

#is_retrievableBoolean

Returns the value of attribute is_retrievable.

Returns:

  • (Boolean)


3060
3061
3062
# File 'sig/types.rbs', line 3060

def is_retrievable
  @is_retrievable
end

#is_updateableBoolean

Returns the value of attribute is_updateable.

Returns:

  • (Boolean)


3064
3065
3066
# File 'sig/types.rbs', line 3064

def is_updateable
  @is_updateable
end

#is_upsertableBoolean

Returns the value of attribute is_upsertable.

Returns:

  • (Boolean)


3065
3066
3067
# File 'sig/types.rbs', line 3065

def is_upsertable
  @is_upsertable
end

#label::String

Returns the value of attribute label.

Returns:

  • (::String)


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

def label
  @label
end

#native_data_type::String

Returns the value of attribute native_data_type.

Returns:

  • (::String)


3070
3071
3072
# File 'sig/types.rbs', line 3070

def native_data_type
  @native_data_type
end

#parent_field::String

Returns the value of attribute parent_field.

Returns:

  • (::String)


3069
3070
3071
# File 'sig/types.rbs', line 3069

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")])


3068
3069
3070
# File 'sig/types.rbs', line 3068

def supported_filter_operators
  @supported_filter_operators
end

#supported_values::Array[::String]

Returns the value of attribute supported_values.

Returns:

  • (::Array[::String])


3067
3068
3069
# File 'sig/types.rbs', line 3067

def supported_values
  @supported_values
end