#[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
sourcepub fn service_update_status(&self) -> Option<&[ServiceUpdateStatus]>
pub fn service_update_status(&self) -> Option<&[ServiceUpdateStatus]>
The status of the service update
sourcepub fn max_records(&self) -> Option<i32>
pub fn max_records(&self) -> Option<i32>
The maximum number of records to include in the response
Trait Implementations§
source§impl Clone for DescribeServiceUpdatesInput
impl Clone for DescribeServiceUpdatesInput
source§fn clone(&self) -> DescribeServiceUpdatesInput
fn clone(&self) -> DescribeServiceUpdatesInput
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 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
This method tests for
self
and other
values to be equal, and is used
by ==
.