Struct aws_sdk_glue::output::GetDevEndpointsOutput
source · #[non_exhaustive]pub struct GetDevEndpointsOutput { /* private fields */ }Implementations§
source§impl GetDevEndpointsOutput
impl GetDevEndpointsOutput
sourcepub fn dev_endpoints(&self) -> Option<&[DevEndpoint]>
pub fn dev_endpoints(&self) -> Option<&[DevEndpoint]>
A list of DevEndpoint definitions.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A continuation token, if not all DevEndpoint definitions have yet been returned.
source§impl GetDevEndpointsOutput
impl GetDevEndpointsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDevEndpointsOutput.
Trait Implementations§
source§impl Clone for GetDevEndpointsOutput
impl Clone for GetDevEndpointsOutput
source§fn clone(&self) -> GetDevEndpointsOutput
fn clone(&self) -> GetDevEndpointsOutput
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 GetDevEndpointsOutput
impl Debug for GetDevEndpointsOutput
source§impl PartialEq<GetDevEndpointsOutput> for GetDevEndpointsOutput
impl PartialEq<GetDevEndpointsOutput> for GetDevEndpointsOutput
source§fn eq(&self, other: &GetDevEndpointsOutput) -> bool
fn eq(&self, other: &GetDevEndpointsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.