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