#[non_exhaustive]pub struct CreatePlatformEndpointOutput { /* private fields */ }
Expand description
Response from CreateEndpoint action.
Implementations§
source§impl CreatePlatformEndpointOutput
impl CreatePlatformEndpointOutput
sourcepub fn endpoint_arn(&self) -> Option<&str>
pub fn endpoint_arn(&self) -> Option<&str>
EndpointArn returned from CreateEndpoint action.
source§impl CreatePlatformEndpointOutput
impl CreatePlatformEndpointOutput
sourcepub fn builder() -> CreatePlatformEndpointOutputBuilder
pub fn builder() -> CreatePlatformEndpointOutputBuilder
Creates a new builder-style object to manufacture CreatePlatformEndpointOutput
.
Trait Implementations§
source§impl Clone for CreatePlatformEndpointOutput
impl Clone for CreatePlatformEndpointOutput
source§fn clone(&self) -> CreatePlatformEndpointOutput
fn clone(&self) -> CreatePlatformEndpointOutput
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 CreatePlatformEndpointOutput
impl Debug for CreatePlatformEndpointOutput
source§impl PartialEq<CreatePlatformEndpointOutput> for CreatePlatformEndpointOutput
impl PartialEq<CreatePlatformEndpointOutput> for CreatePlatformEndpointOutput
source§fn eq(&self, other: &CreatePlatformEndpointOutput) -> bool
fn eq(&self, other: &CreatePlatformEndpointOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreatePlatformEndpointOutput
impl RequestId for CreatePlatformEndpointOutput
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.