#[non_exhaustive]pub struct UpdateApiDestinationOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl UpdateApiDestinationOutput
impl UpdateApiDestinationOutput
sourcepub fn builder() -> UpdateApiDestinationOutputBuilder
pub fn builder() -> UpdateApiDestinationOutputBuilder
Creates a new builder-style object to manufacture UpdateApiDestinationOutput
.
Trait Implementations§
source§impl Clone for UpdateApiDestinationOutput
impl Clone for UpdateApiDestinationOutput
source§fn clone(&self) -> UpdateApiDestinationOutput
fn clone(&self) -> UpdateApiDestinationOutput
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 UpdateApiDestinationOutput
impl Debug for UpdateApiDestinationOutput
source§impl PartialEq<UpdateApiDestinationOutput> for UpdateApiDestinationOutput
impl PartialEq<UpdateApiDestinationOutput> for UpdateApiDestinationOutput
source§fn eq(&self, other: &UpdateApiDestinationOutput) -> bool
fn eq(&self, other: &UpdateApiDestinationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateApiDestinationOutput
impl RequestId for UpdateApiDestinationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more