#[non_exhaustive]pub struct ExecuteQueryOutput { /* private fields */ }Implementations§
source§impl ExecuteQueryOutput
impl ExecuteQueryOutput
sourcepub fn column_descriptions(&self) -> Option<&[ColumnDescription]>
pub fn column_descriptions(&self) -> Option<&[ColumnDescription]>
A list of ColumnDescription objects.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The string that specifies the next page of results.
source§impl ExecuteQueryOutput
impl ExecuteQueryOutput
sourcepub fn builder() -> ExecuteQueryOutputBuilder
pub fn builder() -> ExecuteQueryOutputBuilder
Creates a new builder-style object to manufacture ExecuteQueryOutput.
Trait Implementations§
source§impl Clone for ExecuteQueryOutput
impl Clone for ExecuteQueryOutput
source§fn clone(&self) -> ExecuteQueryOutput
fn clone(&self) -> ExecuteQueryOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ExecuteQueryOutput
impl Debug for ExecuteQueryOutput
source§impl PartialEq<ExecuteQueryOutput> for ExecuteQueryOutput
impl PartialEq<ExecuteQueryOutput> for ExecuteQueryOutput
source§fn eq(&self, other: &ExecuteQueryOutput) -> bool
fn eq(&self, other: &ExecuteQueryOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ExecuteQueryOutput
impl RequestId for ExecuteQueryOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.