#[non_exhaustive]pub struct CreateConnectorProfileOutput { /* private fields */ }
Implementations
sourceimpl CreateConnectorProfileOutput
impl CreateConnectorProfileOutput
sourcepub fn connector_profile_arn(&self) -> Option<&str>
pub fn connector_profile_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the connector profile.
sourceimpl CreateConnectorProfileOutput
impl CreateConnectorProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateConnectorProfileOutput
.
Trait Implementations
sourceimpl Clone for CreateConnectorProfileOutput
impl Clone for CreateConnectorProfileOutput
sourcefn clone(&self) -> CreateConnectorProfileOutput
fn clone(&self) -> CreateConnectorProfileOutput
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 CreateConnectorProfileOutput
impl Debug for CreateConnectorProfileOutput
sourceimpl PartialEq<CreateConnectorProfileOutput> for CreateConnectorProfileOutput
impl PartialEq<CreateConnectorProfileOutput> for CreateConnectorProfileOutput
sourcefn eq(&self, other: &CreateConnectorProfileOutput) -> bool
fn eq(&self, other: &CreateConnectorProfileOutput) -> bool
impl StructuralPartialEq for CreateConnectorProfileOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateConnectorProfileOutput
impl Send for CreateConnectorProfileOutput
impl Sync for CreateConnectorProfileOutput
impl Unpin for CreateConnectorProfileOutput
impl UnwindSafe for CreateConnectorProfileOutput
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