Struct aws_sdk_iot::input::DescribeEndpointInput
source · #[non_exhaustive]pub struct DescribeEndpointInput { /* private fields */ }
Expand description
The input for the DescribeEndpoint operation.
Implementations§
source§impl DescribeEndpointInput
impl DescribeEndpointInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEndpoint, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeEndpoint, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeEndpoint
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeEndpointInput
.
source§impl DescribeEndpointInput
impl DescribeEndpointInput
sourcepub fn endpoint_type(&self) -> Option<&str>
pub fn endpoint_type(&self) -> Option<&str>
The endpoint type. Valid endpoint types include:
-
iot:Data
- Returns a VeriSign signed data endpoint.
-
iot:Data-ATS
- Returns an ATS signed data endpoint.
-
iot:CredentialProvider
- Returns an IoT credentials provider API endpoint.
-
iot:Jobs
- Returns an IoT device management Jobs API endpoint.
We strongly recommend that customers use the newer iot:Data-ATS
endpoint type to avoid issues related to the widespread distrust of Symantec certificate authorities.
Trait Implementations§
source§impl Clone for DescribeEndpointInput
impl Clone for DescribeEndpointInput
source§fn clone(&self) -> DescribeEndpointInput
fn clone(&self) -> DescribeEndpointInput
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 DescribeEndpointInput
impl Debug for DescribeEndpointInput
source§impl PartialEq<DescribeEndpointInput> for DescribeEndpointInput
impl PartialEq<DescribeEndpointInput> for DescribeEndpointInput
source§fn eq(&self, other: &DescribeEndpointInput) -> bool
fn eq(&self, other: &DescribeEndpointInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.