#[non_exhaustive]pub struct DescribeConnectorEntityInput { /* private fields */ }
Implementations
sourceimpl DescribeConnectorEntityInput
impl DescribeConnectorEntityInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConnectorEntity, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConnectorEntity, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConnectorEntity
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConnectorEntityInput
.
sourceimpl DescribeConnectorEntityInput
impl DescribeConnectorEntityInput
sourcepub fn connector_entity_name(&self) -> Option<&str>
pub fn connector_entity_name(&self) -> Option<&str>
The entity name for that connector.
sourcepub fn connector_type(&self) -> Option<&ConnectorType>
pub fn connector_type(&self) -> Option<&ConnectorType>
The type of connector application, such as Salesforce, Amplitude, and so on.
sourcepub fn connector_profile_name(&self) -> Option<&str>
pub fn connector_profile_name(&self) -> Option<&str>
The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon Web Services account.
sourcepub fn api_version(&self) -> Option<&str>
pub fn api_version(&self) -> Option<&str>
The version of the API that's used by the connector.
Trait Implementations
sourceimpl Clone for DescribeConnectorEntityInput
impl Clone for DescribeConnectorEntityInput
sourcefn clone(&self) -> DescribeConnectorEntityInput
fn clone(&self) -> DescribeConnectorEntityInput
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 DescribeConnectorEntityInput
impl Debug for DescribeConnectorEntityInput
sourceimpl PartialEq<DescribeConnectorEntityInput> for DescribeConnectorEntityInput
impl PartialEq<DescribeConnectorEntityInput> for DescribeConnectorEntityInput
sourcefn eq(&self, other: &DescribeConnectorEntityInput) -> bool
fn eq(&self, other: &DescribeConnectorEntityInput) -> bool
impl StructuralPartialEq for DescribeConnectorEntityInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeConnectorEntityInput
impl Send for DescribeConnectorEntityInput
impl Sync for DescribeConnectorEntityInput
impl Unpin for DescribeConnectorEntityInput
impl UnwindSafe for DescribeConnectorEntityInput
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