#[non_exhaustive]pub struct DescribeConnectorProfilesInput { /* private fields */ }
Implementations
sourceimpl DescribeConnectorProfilesInput
impl DescribeConnectorProfilesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConnectorProfiles, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConnectorProfiles, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConnectorProfiles
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConnectorProfilesInput
.
sourceimpl DescribeConnectorProfilesInput
impl DescribeConnectorProfilesInput
sourcepub fn connector_profile_names(&self) -> Option<&[String]>
pub fn connector_profile_names(&self) -> Option<&[String]>
The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon Web Services account.
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 connector_label(&self) -> Option<&str>
pub fn connector_label(&self) -> Option<&str>
The name of the connector. The name is unique for each ConnectorRegistration
in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Specifies the maximum number of items that should be returned in the result set. The default for maxResults
is 20 (for all paginated API operations).
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token for the next page of data.
Trait Implementations
sourceimpl Clone for DescribeConnectorProfilesInput
impl Clone for DescribeConnectorProfilesInput
sourcefn clone(&self) -> DescribeConnectorProfilesInput
fn clone(&self) -> DescribeConnectorProfilesInput
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 PartialEq<DescribeConnectorProfilesInput> for DescribeConnectorProfilesInput
impl PartialEq<DescribeConnectorProfilesInput> for DescribeConnectorProfilesInput
sourcefn eq(&self, other: &DescribeConnectorProfilesInput) -> bool
fn eq(&self, other: &DescribeConnectorProfilesInput) -> bool
impl StructuralPartialEq for DescribeConnectorProfilesInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeConnectorProfilesInput
impl Send for DescribeConnectorProfilesInput
impl Sync for DescribeConnectorProfilesInput
impl Unpin for DescribeConnectorProfilesInput
impl UnwindSafe for DescribeConnectorProfilesInput
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