Class: Aws::Types::FieldDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field_data_type"INT", ...

Returns the value of attribute field_data_type.

Returns:

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


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

def field_data_type
  @field_data_type
end

#filter_overridesTypes::FilterOverrides

Returns the value of attribute filter_overrides.



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

def filter_overrides
  @filter_overrides
end

#is_nullableBoolean

Returns the value of attribute is_nullable.

Returns:

  • (Boolean)


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

def is_nullable
  @is_nullable
end

#is_orderableBoolean

Returns the value of attribute is_orderable.

Returns:

  • (Boolean)


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

def is_orderable
  @is_orderable
end

#is_partitionableBoolean

Returns the value of attribute is_partitionable.

Returns:

  • (Boolean)


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

def is_partitionable
  @is_partitionable
end

#is_queryableBoolean

Returns the value of attribute is_queryable.

Returns:

  • (Boolean)


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

def is_queryable
  @is_queryable
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#response_date_format::String

Returns the value of attribute response_date_format.

Returns:

  • (::String)


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

def response_date_format
  @response_date_format
end