#[non_exhaustive]pub struct ListDeploymentGroupsOutput { /* private fields */ }
Expand description
Represents the output of a ListDeploymentGroups
operation.
Implementations
sourceimpl 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.
sourceimpl ListDeploymentGroupsOutput
impl ListDeploymentGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDeploymentGroupsOutput
.
Trait Implementations
sourceimpl Clone for ListDeploymentGroupsOutput
impl Clone for ListDeploymentGroupsOutput
sourcefn clone(&self) -> ListDeploymentGroupsOutput
fn clone(&self) -> ListDeploymentGroupsOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListDeploymentGroupsOutput
impl Debug for ListDeploymentGroupsOutput
sourceimpl PartialEq<ListDeploymentGroupsOutput> for ListDeploymentGroupsOutput
impl PartialEq<ListDeploymentGroupsOutput> for ListDeploymentGroupsOutput
sourcefn eq(&self, other: &ListDeploymentGroupsOutput) -> bool
fn eq(&self, other: &ListDeploymentGroupsOutput) -> bool
impl StructuralPartialEq for ListDeploymentGroupsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListDeploymentGroupsOutput
impl Send for ListDeploymentGroupsOutput
impl Sync for ListDeploymentGroupsOutput
impl Unpin for ListDeploymentGroupsOutput
impl UnwindSafe for ListDeploymentGroupsOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more