Struct aws_sdk_globalaccelerator::operation::update_endpoint_group::UpdateEndpointGroupOutput
source · #[non_exhaustive]pub struct UpdateEndpointGroupOutput { /* private fields */ }Implementations§
source§impl UpdateEndpointGroupOutput
impl UpdateEndpointGroupOutput
sourcepub fn endpoint_group(&self) -> Option<&EndpointGroup>
pub fn endpoint_group(&self) -> Option<&EndpointGroup>
The information about the endpoint group that was updated.
source§impl UpdateEndpointGroupOutput
impl UpdateEndpointGroupOutput
sourcepub fn builder() -> UpdateEndpointGroupOutputBuilder
pub fn builder() -> UpdateEndpointGroupOutputBuilder
Creates a new builder-style object to manufacture UpdateEndpointGroupOutput.
Trait Implementations§
source§impl Clone for UpdateEndpointGroupOutput
impl Clone for UpdateEndpointGroupOutput
source§fn clone(&self) -> UpdateEndpointGroupOutput
fn clone(&self) -> UpdateEndpointGroupOutput
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 UpdateEndpointGroupOutput
impl Debug for UpdateEndpointGroupOutput
source§impl PartialEq<UpdateEndpointGroupOutput> for UpdateEndpointGroupOutput
impl PartialEq<UpdateEndpointGroupOutput> for UpdateEndpointGroupOutput
source§fn eq(&self, other: &UpdateEndpointGroupOutput) -> bool
fn eq(&self, other: &UpdateEndpointGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateEndpointGroupOutput
impl RequestId for UpdateEndpointGroupOutput
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.