Struct aws_sdk_proton::operation::update_environment_account_connection::UpdateEnvironmentAccountConnectionOutput   
source · #[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() -> UpdateEnvironmentAccountConnectionOutputBuilder
 
pub fn builder() -> UpdateEnvironmentAccountConnectionOutputBuilder
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 ==.source§impl RequestId for UpdateEnvironmentAccountConnectionOutput
 
impl RequestId for UpdateEnvironmentAccountConnectionOutput
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.