#[non_exhaustive]pub struct DisassociateTrunkInterfaceOutput { /* private fields */ }
Implementations§
source§impl DisassociateTrunkInterfaceOutput
impl DisassociateTrunkInterfaceOutput
sourcepub fn return(&self) -> Option<bool>
pub fn return(&self) -> Option<bool>
Returns true
if the request succeeds; otherwise, it returns an error.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
source§impl DisassociateTrunkInterfaceOutput
impl DisassociateTrunkInterfaceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateTrunkInterfaceOutput
.
Trait Implementations§
source§impl Clone for DisassociateTrunkInterfaceOutput
impl Clone for DisassociateTrunkInterfaceOutput
source§fn clone(&self) -> DisassociateTrunkInterfaceOutput
fn clone(&self) -> DisassociateTrunkInterfaceOutput
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 PartialEq<DisassociateTrunkInterfaceOutput> for DisassociateTrunkInterfaceOutput
impl PartialEq<DisassociateTrunkInterfaceOutput> for DisassociateTrunkInterfaceOutput
source§fn eq(&self, other: &DisassociateTrunkInterfaceOutput) -> bool
fn eq(&self, other: &DisassociateTrunkInterfaceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.