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

#columns::Array[Types::ColumnInfo]

Returns the value of attribute columns.

Returns:



2138
2139
2140
# File 'sig/types.rbs', line 2138

def columns
  @columns
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2140
2141
2142
# File 'sig/types.rbs', line 2140

def next_token
  @next_token
end

#rows::Array[Types::Row]

Returns the value of attribute rows.

Returns:



2139
2140
2141
# File 'sig/types.rbs', line 2139

def rows
  @rows
end