#[non_exhaustive]pub struct RegisterConnectorOutput { /* private fields */ }
Implementations§
source§impl RegisterConnectorOutput
impl RegisterConnectorOutput
sourcepub fn connector_arn(&self) -> Option<&str>
pub fn connector_arn(&self) -> Option<&str>
The ARN of the connector being registered.
source§impl RegisterConnectorOutput
impl RegisterConnectorOutput
sourcepub fn builder() -> RegisterConnectorOutputBuilder
pub fn builder() -> RegisterConnectorOutputBuilder
Creates a new builder-style object to manufacture RegisterConnectorOutput
.
Trait Implementations§
source§impl Clone for RegisterConnectorOutput
impl Clone for RegisterConnectorOutput
source§fn clone(&self) -> RegisterConnectorOutput
fn clone(&self) -> RegisterConnectorOutput
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 RegisterConnectorOutput
impl Debug for RegisterConnectorOutput
source§impl PartialEq<RegisterConnectorOutput> for RegisterConnectorOutput
impl PartialEq<RegisterConnectorOutput> for RegisterConnectorOutput
source§fn eq(&self, other: &RegisterConnectorOutput) -> bool
fn eq(&self, other: &RegisterConnectorOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for RegisterConnectorOutput
impl RequestId for RegisterConnectorOutput
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.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more