Class: Aws::Types::QueryResponse

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::ColumnInfo]

Returns the value of attribute column_info.

Returns:



292
293
294
# File 'sig/types.rbs', line 292

def column_info
  @column_info
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def next_token
  @next_token
end

#query_id::String

Returns the value of attribute query_id.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def query_id
  @query_id
end

#query_insights_responseTypes::QueryInsightsResponse

Returns the value of attribute query_insights_response.



294
295
296
# File 'sig/types.rbs', line 294

def query_insights_response
  @query_insights_response
end

#query_statusTypes::QueryStatus

Returns the value of attribute query_status.

Returns:



293
294
295
# File 'sig/types.rbs', line 293

def query_status
  @query_status
end

#rows::Array[Types::Row]

Returns the value of attribute rows.

Returns:



291
292
293
# File 'sig/types.rbs', line 291

def rows
  @rows
end