Struct aws_sdk_workspacesweb::input::ListTrustStoreCertificatesInput [−][src]
#[non_exhaustive]pub struct ListTrustStoreCertificatesInput {
pub trust_store_arn: Option<String>,
pub next_token: Option<String>,
pub max_results: Option<i32>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.trust_store_arn: Option<String>
The ARN of the trust store
next_token: Option<String>
The pagination token used to retrieve the next page of results for this operation.
max_results: Option<i32>
The maximum number of results to be included in the next page.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTrustStoreCertificates, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListTrustStoreCertificates, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<ListTrustStoreCertificates
>
Creates a new builder-style object to manufacture ListTrustStoreCertificatesInput
The ARN of the trust store
The pagination token used to retrieve the next page of results for this operation.
The maximum number of results to be included in the next page.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ListTrustStoreCertificatesInput
impl Sync for ListTrustStoreCertificatesInput
impl Unpin for ListTrustStoreCertificatesInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more