Module: Aws::RedshiftDataAPIService::Client::_GetStatementResultV2ResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetStatementResultV2Response]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #column_metadata ⇒ ::Array[Types::ColumnMetadata]
- #next_token ⇒ ::String
- #records ⇒ ::Array[Types::QueryRecords]
- #result_format ⇒ "JSON", "CSV"
- #total_num_rows ⇒ ::Integer
Instance Method Details
#column_metadata ⇒ ::Array[Types::ColumnMetadata]
229 |
# File 'sig/client.rbs', line 229
def column_metadata: () -> ::Array[Types::ColumnMetadata]
|
#next_token ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def next_token: () -> ::String
|
#records ⇒ ::Array[Types::QueryRecords]
228 |
# File 'sig/client.rbs', line 228
def records: () -> ::Array[Types::QueryRecords]
|
#result_format ⇒ "JSON", "CSV"
231 |
# File 'sig/client.rbs', line 231
def result_format: () -> ("JSON" | "CSV")
|
#total_num_rows ⇒ ::Integer
230 |
# File 'sig/client.rbs', line 230
def total_num_rows: () -> ::Integer
|