#[non_exhaustive]pub struct DescribeConnectionAliasesInput { /* private fields */ }Implementations
sourceimpl DescribeConnectionAliasesInput
impl DescribeConnectionAliasesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConnectionAliases, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConnectionAliases, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConnectionAliases>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConnectionAliasesInput.
sourceimpl DescribeConnectionAliasesInput
impl DescribeConnectionAliasesInput
sourcepub fn alias_ids(&self) -> Option<&[String]>
pub fn alias_ids(&self) -> Option<&[String]>
The identifiers of the connection aliases to describe.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The identifier of the directory associated with the connection alias.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.
Trait Implementations
sourceimpl Clone for DescribeConnectionAliasesInput
impl Clone for DescribeConnectionAliasesInput
sourcefn clone(&self) -> DescribeConnectionAliasesInput
fn clone(&self) -> DescribeConnectionAliasesInput
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<DescribeConnectionAliasesInput> for DescribeConnectionAliasesInput
impl PartialEq<DescribeConnectionAliasesInput> for DescribeConnectionAliasesInput
sourcefn eq(&self, other: &DescribeConnectionAliasesInput) -> bool
fn eq(&self, other: &DescribeConnectionAliasesInput) -> bool
impl StructuralPartialEq for DescribeConnectionAliasesInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeConnectionAliasesInput
impl Send for DescribeConnectionAliasesInput
impl Sync for DescribeConnectionAliasesInput
impl Unpin for DescribeConnectionAliasesInput
impl UnwindSafe for DescribeConnectionAliasesInput
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