Struct aws_sdk_appflow::input::DescribeConnectorsInput
source · [−]#[non_exhaustive]pub struct DescribeConnectorsInput { /* private fields */ }
Implementations
sourceimpl DescribeConnectorsInput
impl DescribeConnectorsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConnectors, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConnectors, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConnectors
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConnectorsInput
.
sourceimpl DescribeConnectorsInput
impl DescribeConnectorsInput
sourcepub fn connector_types(&self) -> Option<&[ConnectorType]>
pub fn connector_types(&self) -> Option<&[ConnectorType]>
The type of connector, such as Salesforce, Amplitude, and so on.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of items that should be returned in the result set. The default is 20.
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 DescribeConnectorsInput
impl Clone for DescribeConnectorsInput
sourcefn clone(&self) -> DescribeConnectorsInput
fn clone(&self) -> DescribeConnectorsInput
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 DescribeConnectorsInput
impl Debug for DescribeConnectorsInput
sourceimpl PartialEq<DescribeConnectorsInput> for DescribeConnectorsInput
impl PartialEq<DescribeConnectorsInput> for DescribeConnectorsInput
sourcefn eq(&self, other: &DescribeConnectorsInput) -> bool
fn eq(&self, other: &DescribeConnectorsInput) -> bool
impl StructuralPartialEq for DescribeConnectorsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeConnectorsInput
impl Send for DescribeConnectorsInput
impl Sync for DescribeConnectorsInput
impl Unpin for DescribeConnectorsInput
impl UnwindSafe for DescribeConnectorsInput
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