Module: Aws::IoTSiteWise::Client::_GetQueryResultsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetQueryResultsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #column_info ⇒ ::Array[Types::ColumnInformation]
- #next_token ⇒ ::String
- #rows ⇒ ::Array[::Array[::String]]
Instance Method Details
#column_info ⇒ ::Array[Types::ColumnInformation]
1694 |
# File 'sig/client.rbs', line 1694
def column_info: () -> ::Array[Types::ColumnInformation]
|
#next_token ⇒ ::String
1696 |
# File 'sig/client.rbs', line 1696
def next_token: () -> ::String
|
#rows ⇒ ::Array[::Array[::String]]
1695 |
# File 'sig/client.rbs', line 1695
def rows: () -> ::Array[::Array[::String]]
|