#[non_exhaustive]pub struct DescribeClassicLinkInstancesOutput { /* private fields */ }
Implementations§
source§impl DescribeClassicLinkInstancesOutput
impl DescribeClassicLinkInstancesOutput
sourcepub fn instances(&self) -> Option<&[ClassicLinkInstance]>
pub fn instances(&self) -> Option<&[ClassicLinkInstance]>
Information about one or more linked EC2-Classic instances.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
source§impl DescribeClassicLinkInstancesOutput
impl DescribeClassicLinkInstancesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeClassicLinkInstancesOutput
.
Trait Implementations§
source§impl Clone for DescribeClassicLinkInstancesOutput
impl Clone for DescribeClassicLinkInstancesOutput
source§fn clone(&self) -> DescribeClassicLinkInstancesOutput
fn clone(&self) -> DescribeClassicLinkInstancesOutput
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 PartialEq<DescribeClassicLinkInstancesOutput> for DescribeClassicLinkInstancesOutput
impl PartialEq<DescribeClassicLinkInstancesOutput> for DescribeClassicLinkInstancesOutput
source§fn eq(&self, other: &DescribeClassicLinkInstancesOutput) -> bool
fn eq(&self, other: &DescribeClassicLinkInstancesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.