Module: Aws::IoTTwinMaker::Client::_ExecuteQueryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ExecuteQueryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #column_descriptions ⇒ ::Array[Types::ColumnDescription]
- #next_token ⇒ ::String
- #rows ⇒ ::Array[Types::Row]
Instance Method Details
#column_descriptions ⇒ ::Array[Types::ColumnDescription]
352 |
# File 'sig/client.rbs', line 352
def column_descriptions: () -> ::Array[Types::ColumnDescription]
|
#next_token ⇒ ::String
354 |
# File 'sig/client.rbs', line 354
def next_token: () -> ::String
|
#rows ⇒ ::Array[Types::Row]
353 |
# File 'sig/client.rbs', line 353
def rows: () -> ::Array[Types::Row]
|