#[non_exhaustive]pub struct CreateApiDestinationOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl CreateApiDestinationOutput
impl CreateApiDestinationOutput
sourcepub fn builder() -> CreateApiDestinationOutputBuilder
pub fn builder() -> CreateApiDestinationOutputBuilder
Creates a new builder-style object to manufacture CreateApiDestinationOutput
.
Trait Implementations§
source§impl Clone for CreateApiDestinationOutput
impl Clone for CreateApiDestinationOutput
source§fn clone(&self) -> CreateApiDestinationOutput
fn clone(&self) -> CreateApiDestinationOutput
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 CreateApiDestinationOutput
impl Debug for CreateApiDestinationOutput
source§impl PartialEq<CreateApiDestinationOutput> for CreateApiDestinationOutput
impl PartialEq<CreateApiDestinationOutput> for CreateApiDestinationOutput
source§fn eq(&self, other: &CreateApiDestinationOutput) -> bool
fn eq(&self, other: &CreateApiDestinationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateApiDestinationOutput
impl RequestId for CreateApiDestinationOutput
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 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§
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