Class: Aws::Types::OutputColumn

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8758
8759
8760
# File 'sig/types.rbs', line 8758

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8757
8758
8759
# File 'sig/types.rbs', line 8757

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8756
8757
8758
# File 'sig/types.rbs', line 8756

def name
  @name
end

#sub_type"FLOAT", "FIXED"

Returns the value of attribute sub_type.

Returns:

  • ("FLOAT", "FIXED")


8760
8761
8762
# File 'sig/types.rbs', line 8760

def sub_type
  @sub_type
end

#type"STRING", ...

Returns the value of attribute type.

Returns:

  • ("STRING", "INTEGER", "DECIMAL", "DATETIME")


8759
8760
8761
# File 'sig/types.rbs', line 8759

def type
  @type
end