Struct aws_sdk_comprehend::output::ListEndpointsOutput
source · #[non_exhaustive]pub struct ListEndpointsOutput { /* private fields */ }Implementations§
source§impl ListEndpointsOutput
impl ListEndpointsOutput
sourcepub fn endpoint_properties_list(&self) -> Option<&[EndpointProperties]>
pub fn endpoint_properties_list(&self) -> Option<&[EndpointProperties]>
Displays a list of endpoint properties being retrieved by the service in response to the request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Identifies the next page of results to return.
source§impl ListEndpointsOutput
impl ListEndpointsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEndpointsOutput.
Trait Implementations§
source§impl Clone for ListEndpointsOutput
impl Clone for ListEndpointsOutput
source§fn clone(&self) -> ListEndpointsOutput
fn clone(&self) -> ListEndpointsOutput
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 more