Module: Aws::RedshiftDataAPIService::Client::_GetStatementResultV2ResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetStatementResultV2Response]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#column_metadata::Array[Types::ColumnMetadata]

Returns:



229
# File 'sig/client.rbs', line 229

def column_metadata: () -> ::Array[Types::ColumnMetadata]

#next_token::String

Returns:

  • (::String)


232
# File 'sig/client.rbs', line 232

def next_token: () -> ::String

#records::Array[Types::QueryRecords]

Returns:



228
# File 'sig/client.rbs', line 228

def records: () -> ::Array[Types::QueryRecords]

#result_format"JSON", "CSV"

Returns:

  • ("JSON", "CSV")


231
# File 'sig/client.rbs', line 231

def result_format: () -> ("JSON" | "CSV")

#total_num_rows::Integer

Returns:

  • (::Integer)


230
# File 'sig/client.rbs', line 230

def total_num_rows: () -> ::Integer