Class: Aws::Types::InputColumn

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


7081
7082
7083
# File 'sig/types.rbs', line 7081

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7080
7081
7082
# File 'sig/types.rbs', line 7080

def name
  @name
end

#sub_type"FLOAT", "FIXED"

Returns the value of attribute sub_type.

Returns:

  • ("FLOAT", "FIXED")


7083
7084
7085
# File 'sig/types.rbs', line 7083

def sub_type
  @sub_type
end

#type"STRING", ...

Returns the value of attribute type.

Returns:

  • ("STRING", "INTEGER", "DECIMAL", "DATETIME", "BIT", "BOOLEAN", "JSON", "SEMISTRUCT")


7082
7083
7084
# File 'sig/types.rbs', line 7082

def type
  @type
end