Struct aws_sdk_iot::input::ListOutgoingCertificatesInput
source · #[non_exhaustive]pub struct ListOutgoingCertificatesInput { /* private fields */ }
Expand description
The input to the ListOutgoingCertificates operation.
Implementations§
source§impl ListOutgoingCertificatesInput
impl ListOutgoingCertificatesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOutgoingCertificates, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListOutgoingCertificates, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListOutgoingCertificates
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListOutgoingCertificatesInput
.
source§impl ListOutgoingCertificatesInput
impl ListOutgoingCertificatesInput
sourcepub fn ascending_order(&self) -> bool
pub fn ascending_order(&self) -> bool
Specifies the order for results. If True, the results are returned in ascending order, based on the creation date.
Trait Implementations§
source§impl Clone for ListOutgoingCertificatesInput
impl Clone for ListOutgoingCertificatesInput
source§fn clone(&self) -> ListOutgoingCertificatesInput
fn clone(&self) -> ListOutgoingCertificatesInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<ListOutgoingCertificatesInput> for ListOutgoingCertificatesInput
impl PartialEq<ListOutgoingCertificatesInput> for ListOutgoingCertificatesInput
source§fn eq(&self, other: &ListOutgoingCertificatesInput) -> bool
fn eq(&self, other: &ListOutgoingCertificatesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.