Struct aws_sdk_opensearchserverless::operation::batch_get_vpc_endpoint::BatchGetVpcEndpointOutput
source · #[non_exhaustive]pub struct BatchGetVpcEndpointOutput { /* private fields */ }
Implementations§
source§impl BatchGetVpcEndpointOutput
impl BatchGetVpcEndpointOutput
sourcepub fn vpc_endpoint_details(&self) -> Option<&[VpcEndpointDetail]>
pub fn vpc_endpoint_details(&self) -> Option<&[VpcEndpointDetail]>
Details about the specified VPC endpoint.
sourcepub fn vpc_endpoint_error_details(&self) -> Option<&[VpcEndpointErrorDetail]>
pub fn vpc_endpoint_error_details(&self) -> Option<&[VpcEndpointErrorDetail]>
Error information for a failed request.
source§impl BatchGetVpcEndpointOutput
impl BatchGetVpcEndpointOutput
sourcepub fn builder() -> BatchGetVpcEndpointOutputBuilder
pub fn builder() -> BatchGetVpcEndpointOutputBuilder
Creates a new builder-style object to manufacture BatchGetVpcEndpointOutput
.
Trait Implementations§
source§impl Clone for BatchGetVpcEndpointOutput
impl Clone for BatchGetVpcEndpointOutput
source§fn clone(&self) -> BatchGetVpcEndpointOutput
fn clone(&self) -> BatchGetVpcEndpointOutput
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 BatchGetVpcEndpointOutput
impl Debug for BatchGetVpcEndpointOutput
source§impl PartialEq<BatchGetVpcEndpointOutput> for BatchGetVpcEndpointOutput
impl PartialEq<BatchGetVpcEndpointOutput> for BatchGetVpcEndpointOutput
source§fn eq(&self, other: &BatchGetVpcEndpointOutput) -> bool
fn eq(&self, other: &BatchGetVpcEndpointOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for BatchGetVpcEndpointOutput
impl RequestId for BatchGetVpcEndpointOutput
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.