Struct aws_sdk_globalaccelerator::operation::update_endpoint_group::UpdateEndpointGroupOutput
source · #[non_exhaustive]pub struct UpdateEndpointGroupOutput {
pub endpoint_group: Option<EndpointGroup>,
/* private fields */
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.endpoint_group: Option<EndpointGroup>
The information about the endpoint group that was updated.
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 for UpdateEndpointGroupOutput
impl PartialEq 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.impl StructuralPartialEq for UpdateEndpointGroupOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateEndpointGroupOutput
impl Send for UpdateEndpointGroupOutput
impl Sync for UpdateEndpointGroupOutput
impl Unpin for UpdateEndpointGroupOutput
impl UnwindSafe for UpdateEndpointGroupOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.