Struct aws_sdk_sns::input::GetEndpointAttributesInput
source · #[non_exhaustive]pub struct GetEndpointAttributesInput { /* private fields */ }
Expand description
Input for GetEndpointAttributes action.
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEndpointAttributesInput
.
source§impl GetEndpointAttributesInput
impl GetEndpointAttributesInput
sourcepub fn endpoint_arn(&self) -> Option<&str>
pub fn endpoint_arn(&self) -> Option<&str>
EndpointArn for GetEndpointAttributes input.
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 ==
.