#[non_exhaustive]pub struct DescribeAddonConfigurationInput { /* private fields */ }
Implementations§
source§impl DescribeAddonConfigurationInput
impl DescribeAddonConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAddonConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeAddonConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeAddonConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeAddonConfigurationInput
.
source§impl DescribeAddonConfigurationInput
impl DescribeAddonConfigurationInput
sourcepub fn addon_name(&self) -> Option<&str>
pub fn addon_name(&self) -> Option<&str>
The name of the add-on. The name must match one of the names that DescribeAddonVersions
returns.
sourcepub fn addon_version(&self) -> Option<&str>
pub fn addon_version(&self) -> Option<&str>
The version of the add-on. The version must match one of the versions returned by DescribeAddonVersions
.
Trait Implementations§
source§impl Clone for DescribeAddonConfigurationInput
impl Clone for DescribeAddonConfigurationInput
source§fn clone(&self) -> DescribeAddonConfigurationInput
fn clone(&self) -> DescribeAddonConfigurationInput
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<DescribeAddonConfigurationInput> for DescribeAddonConfigurationInput
impl PartialEq<DescribeAddonConfigurationInput> for DescribeAddonConfigurationInput
source§fn eq(&self, other: &DescribeAddonConfigurationInput) -> bool
fn eq(&self, other: &DescribeAddonConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.