#[non_exhaustive]pub struct ListDeploymentGroupsOutput { /* private fields */ }
Expand description
Represents the output of a ListDeploymentGroups
operation.
Implementations§
source§impl ListDeploymentGroupsOutput
impl ListDeploymentGroupsOutput
sourcepub fn application_name(&self) -> Option<&str>
pub fn application_name(&self) -> Option<&str>
The application name.
sourcepub fn deployment_groups(&self) -> Option<&[String]>
pub fn deployment_groups(&self) -> Option<&[String]>
A list of deployment group names.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list deployment groups call to return the next set of deployment groups in the list.
source§impl ListDeploymentGroupsOutput
impl ListDeploymentGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDeploymentGroupsOutput
.
Trait Implementations§
source§impl Clone for ListDeploymentGroupsOutput
impl Clone for ListDeploymentGroupsOutput
source§fn clone(&self) -> ListDeploymentGroupsOutput
fn clone(&self) -> ListDeploymentGroupsOutput
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 ListDeploymentGroupsOutput
impl Debug for ListDeploymentGroupsOutput
source§impl PartialEq<ListDeploymentGroupsOutput> for ListDeploymentGroupsOutput
impl PartialEq<ListDeploymentGroupsOutput> for ListDeploymentGroupsOutput
source§fn eq(&self, other: &ListDeploymentGroupsOutput) -> bool
fn eq(&self, other: &ListDeploymentGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.