#[non_exhaustive]pub struct GetContinuousDeploymentPolicyOutput { /* private fields */ }
Implementations§
source§impl GetContinuousDeploymentPolicyOutput
impl GetContinuousDeploymentPolicyOutput
sourcepub fn continuous_deployment_policy(
&self
) -> Option<&ContinuousDeploymentPolicy>
pub fn continuous_deployment_policy(
&self
) -> Option<&ContinuousDeploymentPolicy>
A continuous deployment policy.
source§impl GetContinuousDeploymentPolicyOutput
impl GetContinuousDeploymentPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetContinuousDeploymentPolicyOutput
.
Trait Implementations§
source§impl Clone for GetContinuousDeploymentPolicyOutput
impl Clone for GetContinuousDeploymentPolicyOutput
source§fn clone(&self) -> GetContinuousDeploymentPolicyOutput
fn clone(&self) -> GetContinuousDeploymentPolicyOutput
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<GetContinuousDeploymentPolicyOutput> for GetContinuousDeploymentPolicyOutput
impl PartialEq<GetContinuousDeploymentPolicyOutput> for GetContinuousDeploymentPolicyOutput
source§fn eq(&self, other: &GetContinuousDeploymentPolicyOutput) -> bool
fn eq(&self, other: &GetContinuousDeploymentPolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.