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