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)


6815
6816
6817
# File 'sig/types.rbs', line 6815

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6814
6815
6816
# File 'sig/types.rbs', line 6814

def name
  @name
end

#sub_type"FLOAT", "FIXED"

Returns the value of attribute sub_type.

Returns:

  • ("FLOAT", "FIXED")


6817
6818
6819
# File 'sig/types.rbs', line 6817

def sub_type
  @sub_type
end

#type"STRING", ...

Returns the value of attribute type.

Returns:

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


6816
6817
6818
# File 'sig/types.rbs', line 6816

def type
  @type
end