#[non_exhaustive]pub struct DescribeConfigurationSettingsInput { /* private fields */ }
Expand description
Result message containing all of the configuration settings for a specified solution stack or configuration template.
Implementations§
source§impl DescribeConfigurationSettingsInput
impl DescribeConfigurationSettingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigurationSettings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigurationSettings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConfigurationSettings
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConfigurationSettingsInput
.
source§impl DescribeConfigurationSettingsInput
impl DescribeConfigurationSettingsInput
sourcepub fn application_name(&self) -> Option<&str>
pub fn application_name(&self) -> Option<&str>
The application for the environment or configuration template.
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the configuration template to describe.
Conditional: You must specify either this parameter or an EnvironmentName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns a MissingRequiredParameter
error.
sourcepub fn environment_name(&self) -> Option<&str>
pub fn environment_name(&self) -> Option<&str>
The name of the environment to describe.
Condition: You must specify either this or a TemplateName, but not both. If you specify both, AWS Elastic Beanstalk returns an InvalidParameterCombination
error. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter
error.
Trait Implementations§
source§impl Clone for DescribeConfigurationSettingsInput
impl Clone for DescribeConfigurationSettingsInput
source§fn clone(&self) -> DescribeConfigurationSettingsInput
fn clone(&self) -> DescribeConfigurationSettingsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<DescribeConfigurationSettingsInput> for DescribeConfigurationSettingsInput
impl PartialEq<DescribeConfigurationSettingsInput> for DescribeConfigurationSettingsInput
source§fn eq(&self, other: &DescribeConfigurationSettingsInput) -> bool
fn eq(&self, other: &DescribeConfigurationSettingsInput) -> bool
self
and other
values to be equal, and is used
by ==
.