#[non_exhaustive]pub struct UpdateEnvironmentAccountConnectionOutput { /* private fields */ }
Implementations§
source§impl UpdateEnvironmentAccountConnectionOutput
impl UpdateEnvironmentAccountConnectionOutput
sourcepub fn environment_account_connection(
&self
) -> Option<&EnvironmentAccountConnection>
pub fn environment_account_connection(
&self
) -> Option<&EnvironmentAccountConnection>
The environment account connection detail data that's returned by Proton.
source§impl UpdateEnvironmentAccountConnectionOutput
impl UpdateEnvironmentAccountConnectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateEnvironmentAccountConnectionOutput
.
Trait Implementations§
source§impl Clone for UpdateEnvironmentAccountConnectionOutput
impl Clone for UpdateEnvironmentAccountConnectionOutput
source§fn clone(&self) -> UpdateEnvironmentAccountConnectionOutput
fn clone(&self) -> UpdateEnvironmentAccountConnectionOutput
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<UpdateEnvironmentAccountConnectionOutput> for UpdateEnvironmentAccountConnectionOutput
impl PartialEq<UpdateEnvironmentAccountConnectionOutput> for UpdateEnvironmentAccountConnectionOutput
source§fn eq(&self, other: &UpdateEnvironmentAccountConnectionOutput) -> bool
fn eq(&self, other: &UpdateEnvironmentAccountConnectionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.