Struct aws_sdk_iot::input::ListCertificatesByCaInput
source · #[non_exhaustive]pub struct ListCertificatesByCaInput { /* private fields */ }
Expand description
The input to the ListCertificatesByCA operation.
Implementations§
source§impl ListCertificatesByCaInput
impl ListCertificatesByCaInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCertificatesByCA, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCertificatesByCA, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListCertificatesByCA
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCertificatesByCaInput
.
source§impl ListCertificatesByCaInput
impl ListCertificatesByCaInput
sourcepub fn ca_certificate_id(&self) -> Option<&str>
pub fn ca_certificate_id(&self) -> Option<&str>
The ID of the CA certificate. This operation will list all registered device certificate that were signed by this CA certificate.
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 ListCertificatesByCaInput
impl Clone for ListCertificatesByCaInput
source§fn clone(&self) -> ListCertificatesByCaInput
fn clone(&self) -> ListCertificatesByCaInput
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 Debug for ListCertificatesByCaInput
impl Debug for ListCertificatesByCaInput
source§impl PartialEq<ListCertificatesByCaInput> for ListCertificatesByCaInput
impl PartialEq<ListCertificatesByCaInput> for ListCertificatesByCaInput
source§fn eq(&self, other: &ListCertificatesByCaInput) -> bool
fn eq(&self, other: &ListCertificatesByCaInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.