#[non_exhaustive]pub struct DescribeServiceUpdatesInput { /* private fields */ }
Implementations§
source§impl DescribeServiceUpdatesInput
impl DescribeServiceUpdatesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeServiceUpdates, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeServiceUpdates, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeServiceUpdates
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeServiceUpdatesInput
.
source§impl DescribeServiceUpdatesInput
impl DescribeServiceUpdatesInput
sourcepub fn service_update_name(&self) -> Option<&str>
pub fn service_update_name(&self) -> Option<&str>
The unique ID of the service update to describe.
sourcepub fn cluster_names(&self) -> Option<&[String]>
pub fn cluster_names(&self) -> Option<&[String]>
The list of cluster names to identify service updates to apply
sourcepub fn status(&self) -> Option<&[ServiceUpdateStatus]>
pub fn status(&self) -> Option<&[ServiceUpdateStatus]>
The status(es) of the service updates to filter on
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of records to include in the response. If more records exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
An optional argument to pass in case the total number of records exceeds the value of MaxResults. If nextToken is returned, there are more results available. The value of nextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged.
Trait Implementations§
source§impl Clone for DescribeServiceUpdatesInput
impl Clone for DescribeServiceUpdatesInput
source§fn clone(&self) -> DescribeServiceUpdatesInput
fn clone(&self) -> DescribeServiceUpdatesInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DescribeServiceUpdatesInput
impl Debug for DescribeServiceUpdatesInput
source§impl PartialEq<DescribeServiceUpdatesInput> for DescribeServiceUpdatesInput
impl PartialEq<DescribeServiceUpdatesInput> for DescribeServiceUpdatesInput
source§fn eq(&self, other: &DescribeServiceUpdatesInput) -> bool
fn eq(&self, other: &DescribeServiceUpdatesInput) -> bool
self
and other
values to be equal, and is used
by ==
.