#[non_exhaustive]pub struct DeauthorizeConnectionOutput { /* private fields */ }
Implementations§
sourcepub fn connection_arn(&self) -> Option<&str>
pub fn connection_arn(&self) -> Option<&str>
The ARN of the connection that authorization was removed from.
sourcepub fn connection_state(&self) -> Option<&ConnectionState>
pub fn connection_state(&self) -> Option<&ConnectionState>
The state of the connection.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
A time stamp for the time that the connection 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 connection was last updated.
A time stamp for the time that the connection was last authorized.
sourcepub fn builder() -> DeauthorizeConnectionOutputBuilder
pub fn builder() -> DeauthorizeConnectionOutputBuilder
Creates a new builder-style object to manufacture DeauthorizeConnectionOutput
.
Trait Implementations§
source§fn clone(&self) -> DeauthorizeConnectionOutput
fn clone(&self) -> DeauthorizeConnectionOutput
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§fn eq(&self, other: &DeauthorizeConnectionOutput) -> bool
fn eq(&self, other: &DeauthorizeConnectionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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.Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more