Struct aws_sdk_athena::output::GetNamedQueryOutput
source · #[non_exhaustive]pub struct GetNamedQueryOutput { /* private fields */ }
Implementations§
source§impl GetNamedQueryOutput
impl GetNamedQueryOutput
sourcepub fn named_query(&self) -> Option<&NamedQuery>
pub fn named_query(&self) -> Option<&NamedQuery>
Information about the query.
source§impl GetNamedQueryOutput
impl GetNamedQueryOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetNamedQueryOutput
.
Trait Implementations§
source§impl Clone for GetNamedQueryOutput
impl Clone for GetNamedQueryOutput
source§fn clone(&self) -> GetNamedQueryOutput
fn clone(&self) -> GetNamedQueryOutput
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 GetNamedQueryOutput
impl Debug for GetNamedQueryOutput
source§impl PartialEq<GetNamedQueryOutput> for GetNamedQueryOutput
impl PartialEq<GetNamedQueryOutput> for GetNamedQueryOutput
source§fn eq(&self, other: &GetNamedQueryOutput) -> bool
fn eq(&self, other: &GetNamedQueryOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.