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:



2375
2376
2377
# File 'sig/types.rbs', line 2375

def column_info
  @column_info
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2377
2378
2379
# File 'sig/types.rbs', line 2377

def next_token
  @next_token
end

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

Returns the value of attribute rows.

Returns:

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


2376
2377
2378
# File 'sig/types.rbs', line 2376

def rows
  @rows
end