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