#[non_exhaustive]pub struct GetEndpointAttributesInput { /* private fields */ }Expand description
Input for GetEndpointAttributes action.
Implementations§
source§impl GetEndpointAttributesInput
impl GetEndpointAttributesInput
sourcepub fn endpoint_arn(&self) -> Option<&str>
pub fn endpoint_arn(&self) -> Option<&str>
EndpointArn for GetEndpointAttributes input.
source§impl GetEndpointAttributesInput
impl GetEndpointAttributesInput
sourcepub fn builder() -> GetEndpointAttributesInputBuilder
pub fn builder() -> GetEndpointAttributesInputBuilder
Creates a new builder-style object to manufacture GetEndpointAttributesInput.
source§impl GetEndpointAttributesInput
impl GetEndpointAttributesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEndpointAttributes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetEndpointAttributes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetEndpointAttributes>
Trait Implementations§
source§impl Clone for GetEndpointAttributesInput
impl Clone for GetEndpointAttributesInput
source§fn clone(&self) -> GetEndpointAttributesInput
fn clone(&self) -> GetEndpointAttributesInput
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 GetEndpointAttributesInput
impl Debug for GetEndpointAttributesInput
source§impl PartialEq<GetEndpointAttributesInput> for GetEndpointAttributesInput
impl PartialEq<GetEndpointAttributesInput> for GetEndpointAttributesInput
source§fn eq(&self, other: &GetEndpointAttributesInput) -> bool
fn eq(&self, other: &GetEndpointAttributesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetEndpointAttributesInput
Auto Trait Implementations§
impl RefUnwindSafe for GetEndpointAttributesInput
impl Send for GetEndpointAttributesInput
impl Sync for GetEndpointAttributesInput
impl Unpin for GetEndpointAttributesInput
impl UnwindSafe for GetEndpointAttributesInput
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