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