Struct aws_sdk_glue::output::ListDevEndpointsOutput
source · #[non_exhaustive]pub struct ListDevEndpointsOutput { /* private fields */ }Implementations§
source§impl ListDevEndpointsOutput
impl ListDevEndpointsOutput
sourcepub fn dev_endpoint_names(&self) -> Option<&[String]>
pub fn dev_endpoint_names(&self) -> Option<&[String]>
The names of all the DevEndpoints in the account, or the DevEndpoints with the specified tags.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if the returned list does not contain the last metric available.
source§impl ListDevEndpointsOutput
impl ListDevEndpointsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDevEndpointsOutput.
Trait Implementations§
source§impl Clone for ListDevEndpointsOutput
impl Clone for ListDevEndpointsOutput
source§fn clone(&self) -> ListDevEndpointsOutput
fn clone(&self) -> ListDevEndpointsOutput
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 ListDevEndpointsOutput
impl Debug for ListDevEndpointsOutput
source§impl PartialEq<ListDevEndpointsOutput> for ListDevEndpointsOutput
impl PartialEq<ListDevEndpointsOutput> for ListDevEndpointsOutput
source§fn eq(&self, other: &ListDevEndpointsOutput) -> bool
fn eq(&self, other: &ListDevEndpointsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.