Struct aws_sdk_athena::model::PreparedStatementSummary
source · #[non_exhaustive]pub struct PreparedStatementSummary { /* private fields */ }
Expand description
The name and last modified time of the prepared statement.
Implementations§
source§impl PreparedStatementSummary
impl PreparedStatementSummary
sourcepub fn statement_name(&self) -> Option<&str>
pub fn statement_name(&self) -> Option<&str>
The name of the prepared statement.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The last modified time of the prepared statement.
source§impl PreparedStatementSummary
impl PreparedStatementSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PreparedStatementSummary
.
Trait Implementations§
source§impl Clone for PreparedStatementSummary
impl Clone for PreparedStatementSummary
source§fn clone(&self) -> PreparedStatementSummary
fn clone(&self) -> PreparedStatementSummary
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 PreparedStatementSummary
impl Debug for PreparedStatementSummary
source§impl PartialEq<PreparedStatementSummary> for PreparedStatementSummary
impl PartialEq<PreparedStatementSummary> for PreparedStatementSummary
source§fn eq(&self, other: &PreparedStatementSummary) -> bool
fn eq(&self, other: &PreparedStatementSummary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.