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)


8407
8408
8409
# File 'sig/types.rbs', line 8407

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


8406
8407
8408
# File 'sig/types.rbs', line 8406

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8405
8406
8407
# File 'sig/types.rbs', line 8405

def name
  @name
end

#sub_type"FLOAT", "FIXED"

Returns the value of attribute sub_type.

Returns:

  • ("FLOAT", "FIXED")


8409
8410
8411
# File 'sig/types.rbs', line 8409

def sub_type
  @sub_type
end

#type"STRING", ...

Returns the value of attribute type.

Returns:

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


8408
8409
8410
# File 'sig/types.rbs', line 8408

def type
  @type
end