Struct aws_sdk_ec2::output::DescribeLaunchTemplatesOutput
source · #[non_exhaustive]pub struct DescribeLaunchTemplatesOutput { /* private fields */ }
Implementations§
source§impl DescribeLaunchTemplatesOutput
impl DescribeLaunchTemplatesOutput
sourcepub fn launch_templates(&self) -> Option<&[LaunchTemplate]>
pub fn launch_templates(&self) -> Option<&[LaunchTemplate]>
Information about the launch templates.
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 DescribeLaunchTemplatesOutput
impl DescribeLaunchTemplatesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeLaunchTemplatesOutput
.
Trait Implementations§
source§impl Clone for DescribeLaunchTemplatesOutput
impl Clone for DescribeLaunchTemplatesOutput
source§fn clone(&self) -> DescribeLaunchTemplatesOutput
fn clone(&self) -> DescribeLaunchTemplatesOutput
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<DescribeLaunchTemplatesOutput> for DescribeLaunchTemplatesOutput
impl PartialEq<DescribeLaunchTemplatesOutput> for DescribeLaunchTemplatesOutput
source§fn eq(&self, other: &DescribeLaunchTemplatesOutput) -> bool
fn eq(&self, other: &DescribeLaunchTemplatesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.