Struct aws_sdk_docdb::operation::describe_engine_default_cluster_parameters::DescribeEngineDefaultClusterParametersOutput
source · #[non_exhaustive]pub struct DescribeEngineDefaultClusterParametersOutput { /* private fields */ }Implementations§
source§impl DescribeEngineDefaultClusterParametersOutput
impl DescribeEngineDefaultClusterParametersOutput
sourcepub fn engine_defaults(&self) -> Option<&EngineDefaults>
pub fn engine_defaults(&self) -> Option<&EngineDefaults>
Contains the result of a successful invocation of the DescribeEngineDefaultClusterParameters operation.
source§impl DescribeEngineDefaultClusterParametersOutput
impl DescribeEngineDefaultClusterParametersOutput
sourcepub fn builder() -> DescribeEngineDefaultClusterParametersOutputBuilder
pub fn builder() -> DescribeEngineDefaultClusterParametersOutputBuilder
Creates a new builder-style object to manufacture DescribeEngineDefaultClusterParametersOutput.
Trait Implementations§
source§impl Clone for DescribeEngineDefaultClusterParametersOutput
impl Clone for DescribeEngineDefaultClusterParametersOutput
source§fn clone(&self) -> DescribeEngineDefaultClusterParametersOutput
fn clone(&self) -> DescribeEngineDefaultClusterParametersOutput
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<DescribeEngineDefaultClusterParametersOutput> for DescribeEngineDefaultClusterParametersOutput
impl PartialEq<DescribeEngineDefaultClusterParametersOutput> for DescribeEngineDefaultClusterParametersOutput
source§fn eq(&self, other: &DescribeEngineDefaultClusterParametersOutput) -> bool
fn eq(&self, other: &DescribeEngineDefaultClusterParametersOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeEngineDefaultClusterParametersOutput
impl RequestId for DescribeEngineDefaultClusterParametersOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.