#[non_exhaustive]pub struct DescribeEndpointGroupInput { /* private fields */ }Implementations
sourceimpl DescribeEndpointGroupInput
impl DescribeEndpointGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEndpointGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEndpointGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeEndpointGroup>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEndpointGroupInput.
sourceimpl DescribeEndpointGroupInput
impl DescribeEndpointGroupInput
sourcepub fn endpoint_group_arn(&self) -> Option<&str>
pub fn endpoint_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the endpoint group to describe.
Trait Implementations
sourceimpl Clone for DescribeEndpointGroupInput
impl Clone for DescribeEndpointGroupInput
sourcefn clone(&self) -> DescribeEndpointGroupInput
fn clone(&self) -> DescribeEndpointGroupInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeEndpointGroupInput
impl Debug for DescribeEndpointGroupInput
sourceimpl PartialEq<DescribeEndpointGroupInput> for DescribeEndpointGroupInput
impl PartialEq<DescribeEndpointGroupInput> for DescribeEndpointGroupInput
sourcefn eq(&self, other: &DescribeEndpointGroupInput) -> bool
fn eq(&self, other: &DescribeEndpointGroupInput) -> bool
impl StructuralPartialEq for DescribeEndpointGroupInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeEndpointGroupInput
impl Send for DescribeEndpointGroupInput
impl Sync for DescribeEndpointGroupInput
impl Unpin for DescribeEndpointGroupInput
impl UnwindSafe for DescribeEndpointGroupInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more