Class: Aws::Types::ExecuteQueryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#column_descriptions::Array[Types::ColumnDescription]

Returns the value of attribute column_descriptions.

Returns:



405
406
407
# File 'sig/types.rbs', line 405

def column_descriptions
  @column_descriptions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def next_token
  @next_token
end

#rows::Array[Types::Row]

Returns the value of attribute rows.

Returns:



406
407
408
# File 'sig/types.rbs', line 406

def rows
  @rows
end