#[non_exhaustive]pub struct DescribeScalingParametersOutput { /* private fields */ }Expand description
The result of a DescribeScalingParameters request. Contains the scaling parameters configured for the domain specified in the request.
Implementations§
source§impl DescribeScalingParametersOutput
impl DescribeScalingParametersOutput
sourcepub fn scaling_parameters(&self) -> Option<&ScalingParametersStatus>
pub fn scaling_parameters(&self) -> Option<&ScalingParametersStatus>
The status and configuration of a search domain's scaling parameters.
source§impl DescribeScalingParametersOutput
impl DescribeScalingParametersOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeScalingParametersOutput.
Trait Implementations§
source§impl Clone for DescribeScalingParametersOutput
impl Clone for DescribeScalingParametersOutput
source§fn clone(&self) -> DescribeScalingParametersOutput
fn clone(&self) -> DescribeScalingParametersOutput
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 more