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)


2421
2422
2423
# File 'sig/types.rbs', line 2421

def column_name
  @column_name
end

#column_value::String

Returns the value of attribute column_value.

Returns:

  • (::String)


2422
2423
2424
# File 'sig/types.rbs', line 2422

def column_value
  @column_value
end

#type"BLOB", ...

Returns the value of attribute type.

Returns:

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


2423
2424
2425
# File 'sig/types.rbs', line 2423

def type
  @type
end