Struct aws_sdk_redshiftdata::output::BatchExecuteStatementOutput [−][src]
#[non_exhaustive]pub struct BatchExecuteStatementOutput {
pub id: Option<String>,
pub created_at: Option<DateTime>,
pub cluster_identifier: Option<String>,
pub db_user: Option<String>,
pub database: Option<String>,
pub secret_arn: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.id: Option<String>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.
This identifier is returned by BatchExecuteStatment.
created_at: Option<DateTime>The date and time (UTC) the statement was created.
cluster_identifier: Option<String>The cluster identifier. This parameter is not returned when connecting to a serverless endpoint.
db_user: Option<String>The database user name.
database: Option<String>The name of the database.
secret_arn: Option<String>The name or ARN of the secret that enables access to the database.
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.
This identifier is returned by BatchExecuteStatment.
The date and time (UTC) the statement was created.
The cluster identifier. This parameter is not returned when connecting to a serverless endpoint.
The name or ARN of the secret that enables access to the database.
Creates a new builder-style object to manufacture BatchExecuteStatementOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for BatchExecuteStatementOutput
impl Send for BatchExecuteStatementOutput
impl Sync for BatchExecuteStatementOutput
impl Unpin for BatchExecuteStatementOutput
impl UnwindSafe for BatchExecuteStatementOutput
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
