Class: Aws::Types::GetQueryResultsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_info::Array[Types::ColumnInformation]

Returns the value of attribute column_info.

Returns:



2385
2386
2387
# File 'sig/types.rbs', line 2385

def column_info
  @column_info
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2387
2388
2389
# File 'sig/types.rbs', line 2387

def next_token
  @next_token
end

#rows::Array[::Array[::String]]

Returns the value of attribute rows.

Returns:

  • (::Array[::Array[::String]])


2386
2387
2388
# File 'sig/types.rbs', line 2386

def rows
  @rows
end