#[non_exhaustive]pub struct DescribeServiceUpdatesInput { /* private fields */ }Implementations
sourceimpl 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.
sourceimpl 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
sourceimpl Clone for DescribeServiceUpdatesInput
impl Clone for DescribeServiceUpdatesInput
sourcefn clone(&self) -> DescribeServiceUpdatesInput
fn clone(&self) -> DescribeServiceUpdatesInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeServiceUpdatesInput
impl Debug for DescribeServiceUpdatesInput
sourceimpl PartialEq<DescribeServiceUpdatesInput> for DescribeServiceUpdatesInput
impl PartialEq<DescribeServiceUpdatesInput> for DescribeServiceUpdatesInput
sourcefn eq(&self, other: &DescribeServiceUpdatesInput) -> bool
fn eq(&self, other: &DescribeServiceUpdatesInput) -> bool
impl StructuralPartialEq for DescribeServiceUpdatesInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeServiceUpdatesInput
impl Send for DescribeServiceUpdatesInput
impl Sync for DescribeServiceUpdatesInput
impl Unpin for DescribeServiceUpdatesInput
impl UnwindSafe for DescribeServiceUpdatesInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more