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