#[non_exhaustive]pub struct UpdateApiDestinationOutput { /* private fields */ }
Implementations
sourceimpl UpdateApiDestinationOutput
impl UpdateApiDestinationOutput
sourcepub fn api_destination_arn(&self) -> Option<&str>
pub fn api_destination_arn(&self) -> Option<&str>
The ARN of the API destination that was updated.
sourcepub fn api_destination_state(&self) -> Option<&ApiDestinationState>
pub fn api_destination_state(&self) -> Option<&ApiDestinationState>
The state of the API destination that was updated.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
A time stamp for the time that the API destination was created.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
A time stamp for the time that the API destination was last modified.
sourceimpl UpdateApiDestinationOutput
impl UpdateApiDestinationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateApiDestinationOutput
.
Trait Implementations
sourceimpl Clone for UpdateApiDestinationOutput
impl Clone for UpdateApiDestinationOutput
sourcefn clone(&self) -> UpdateApiDestinationOutput
fn clone(&self) -> UpdateApiDestinationOutput
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 UpdateApiDestinationOutput
impl Debug for UpdateApiDestinationOutput
sourceimpl PartialEq<UpdateApiDestinationOutput> for UpdateApiDestinationOutput
impl PartialEq<UpdateApiDestinationOutput> for UpdateApiDestinationOutput
sourcefn eq(&self, other: &UpdateApiDestinationOutput) -> bool
fn eq(&self, other: &UpdateApiDestinationOutput) -> bool
impl StructuralPartialEq for UpdateApiDestinationOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateApiDestinationOutput
impl Send for UpdateApiDestinationOutput
impl Sync for UpdateApiDestinationOutput
impl Unpin for UpdateApiDestinationOutput
impl UnwindSafe for UpdateApiDestinationOutput
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