#[non_exhaustive]pub struct DescribeConfigurationOptionsInput { /* private fields */ }
Expand description
Result message containing a list of application version descriptions.
Implementations§
source§impl DescribeConfigurationOptionsInput
impl DescribeConfigurationOptionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigurationOptions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigurationOptions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConfigurationOptions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConfigurationOptionsInput
.
source§impl DescribeConfigurationOptionsInput
impl DescribeConfigurationOptionsInput
sourcepub fn application_name(&self) -> Option<&str>
pub fn application_name(&self) -> Option<&str>
The name of the application associated with the configuration template or environment. Only needed if you want to describe the configuration options associated with either the configuration template or environment.
sourcepub fn template_name(&self) -> Option<&str>
pub fn template_name(&self) -> Option<&str>
The name of the configuration template whose configuration options you want to describe.
sourcepub fn environment_name(&self) -> Option<&str>
pub fn environment_name(&self) -> Option<&str>
The name of the environment whose configuration options you want to describe.
sourcepub fn solution_stack_name(&self) -> Option<&str>
pub fn solution_stack_name(&self) -> Option<&str>
The name of the solution stack whose configuration options you want to describe.
sourcepub fn platform_arn(&self) -> Option<&str>
pub fn platform_arn(&self) -> Option<&str>
The ARN of the custom platform.
sourcepub fn options(&self) -> Option<&[OptionSpecification]>
pub fn options(&self) -> Option<&[OptionSpecification]>
If specified, restricts the descriptions to only the specified options.
Trait Implementations§
source§impl Clone for DescribeConfigurationOptionsInput
impl Clone for DescribeConfigurationOptionsInput
source§fn clone(&self) -> DescribeConfigurationOptionsInput
fn clone(&self) -> DescribeConfigurationOptionsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<DescribeConfigurationOptionsInput> for DescribeConfigurationOptionsInput
impl PartialEq<DescribeConfigurationOptionsInput> for DescribeConfigurationOptionsInput
source§fn eq(&self, other: &DescribeConfigurationOptionsInput) -> bool
fn eq(&self, other: &DescribeConfigurationOptionsInput) -> bool
self
and other
values to be equal, and is used
by ==
.