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