Class: Aws::Types::RetrievalResultContentColumn

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


2339
2340
2341
# File 'sig/types.rbs', line 2339

def column_name
  @column_name
end

#column_value::String

Returns the value of attribute column_value.

Returns:

  • (::String)


2340
2341
2342
# File 'sig/types.rbs', line 2340

def column_value
  @column_value
end

#type"BLOB", ...

Returns the value of attribute type.

Returns:

  • ("BLOB", "BOOLEAN", "DOUBLE", "NULL", "LONG", "STRING")


2341
2342
2343
# File 'sig/types.rbs', line 2341

def type
  @type
end