Struct aws_sdk_glue::operation::get_mapping::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() -> GetMappingOutputBuilder
pub fn builder() -> GetMappingOutputBuilder
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 ==.source§impl RequestId for GetMappingOutput
impl RequestId for GetMappingOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.