Struct aws_sdk_appflow::output::RegisterConnectorOutput
source · [−]#[non_exhaustive]pub struct RegisterConnectorOutput { /* private fields */ }
Implementations
sourceimpl RegisterConnectorOutput
impl RegisterConnectorOutput
sourcepub fn connector_arn(&self) -> Option<&str>
pub fn connector_arn(&self) -> Option<&str>
The ARN of the connector being registered.
sourceimpl RegisterConnectorOutput
impl RegisterConnectorOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RegisterConnectorOutput
.
Trait Implementations
sourceimpl Clone for RegisterConnectorOutput
impl Clone for RegisterConnectorOutput
sourcefn clone(&self) -> RegisterConnectorOutput
fn clone(&self) -> RegisterConnectorOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for RegisterConnectorOutput
impl Debug for RegisterConnectorOutput
sourceimpl PartialEq<RegisterConnectorOutput> for RegisterConnectorOutput
impl PartialEq<RegisterConnectorOutput> for RegisterConnectorOutput
sourcefn eq(&self, other: &RegisterConnectorOutput) -> bool
fn eq(&self, other: &RegisterConnectorOutput) -> bool
impl StructuralPartialEq for RegisterConnectorOutput
Auto Trait Implementations
impl RefUnwindSafe for RegisterConnectorOutput
impl Send for RegisterConnectorOutput
impl Sync for RegisterConnectorOutput
impl Unpin for RegisterConnectorOutput
impl UnwindSafe for RegisterConnectorOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more