Struct aws_sdk_appflow::input::ListConnectorEntitiesInput
source · [−]#[non_exhaustive]pub struct ListConnectorEntitiesInput { /* private fields */ }
Implementations
sourceimpl ListConnectorEntitiesInput
impl ListConnectorEntitiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListConnectorEntities, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListConnectorEntities, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListConnectorEntities
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListConnectorEntitiesInput
.
sourceimpl ListConnectorEntitiesInput
impl ListConnectorEntitiesInput
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, and is used to query the downstream connector.
sourcepub fn connector_type(&self) -> Option<&ConnectorType>
pub fn connector_type(&self) -> Option<&ConnectorType>
The type of connector, such as Salesforce, Amplitude, and so on.
sourcepub fn entities_path(&self) -> Option<&str>
pub fn entities_path(&self) -> Option<&str>
This optional parameter is specific to connector implementation. Some connectors support multiple levels or categories of entities. You can find out the list of roots for such providers by sending a request without the entitiesPath
parameter. If the connector supports entities at different roots, this initial request returns the list of roots. Otherwise, this request returns all entities supported by the provider.
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 ListConnectorEntitiesInput
impl Clone for ListConnectorEntitiesInput
sourcefn clone(&self) -> ListConnectorEntitiesInput
fn clone(&self) -> ListConnectorEntitiesInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more