#[non_exhaustive]pub struct GetDeploymentGroupOutput { /* private fields */ }Expand description
Represents the output of a GetDeploymentGroup operation.
Implementations§
source§impl GetDeploymentGroupOutput
impl GetDeploymentGroupOutput
sourcepub fn deployment_group_info(&self) -> Option<&DeploymentGroupInfo>
pub fn deployment_group_info(&self) -> Option<&DeploymentGroupInfo>
Information about the deployment group.
source§impl GetDeploymentGroupOutput
impl GetDeploymentGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeploymentGroupOutput.
Trait Implementations§
source§impl Clone for GetDeploymentGroupOutput
impl Clone for GetDeploymentGroupOutput
source§fn clone(&self) -> GetDeploymentGroupOutput
fn clone(&self) -> GetDeploymentGroupOutput
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 GetDeploymentGroupOutput
impl Debug for GetDeploymentGroupOutput
source§impl PartialEq<GetDeploymentGroupOutput> for GetDeploymentGroupOutput
impl PartialEq<GetDeploymentGroupOutput> for GetDeploymentGroupOutput
source§fn eq(&self, other: &GetDeploymentGroupOutput) -> bool
fn eq(&self, other: &GetDeploymentGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.