#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ExecuteStatementOutput
Implementations
The identifier of the SQL statement whose results are to be fetched. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API.
The identifier of the SQL statement whose results are to be fetched. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API.
The date and time (UTC) the statement was created.
The date and time (UTC) the statement was created.
The cluster identifier. This parameter is not returned when connecting to a serverless endpoint.
The cluster identifier. This parameter is not returned when connecting to a serverless endpoint.
The database user name.
The name of the database.
The name or ARN of the secret that enables access to the database.
The name or ARN of the secret that enables access to the database.
Consumes the builder and constructs a ExecuteStatementOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more