#[non_exhaustive]pub struct GetManagedScalingPolicyInput { /* private fields */ }Implementations§
source§impl GetManagedScalingPolicyInput
impl GetManagedScalingPolicyInput
sourcepub fn cluster_id(&self) -> Option<&str>
pub fn cluster_id(&self) -> Option<&str>
Specifies the ID of the cluster for which the managed scaling policy will be fetched.
source§impl GetManagedScalingPolicyInput
impl GetManagedScalingPolicyInput
sourcepub fn builder() -> GetManagedScalingPolicyInputBuilder
pub fn builder() -> GetManagedScalingPolicyInputBuilder
Creates a new builder-style object to manufacture GetManagedScalingPolicyInput.
source§impl GetManagedScalingPolicyInput
impl GetManagedScalingPolicyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetManagedScalingPolicy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetManagedScalingPolicy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetManagedScalingPolicy>
Trait Implementations§
source§impl Clone for GetManagedScalingPolicyInput
impl Clone for GetManagedScalingPolicyInput
source§fn clone(&self) -> GetManagedScalingPolicyInput
fn clone(&self) -> GetManagedScalingPolicyInput
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 Debug for GetManagedScalingPolicyInput
impl Debug for GetManagedScalingPolicyInput
source§impl PartialEq<GetManagedScalingPolicyInput> for GetManagedScalingPolicyInput
impl PartialEq<GetManagedScalingPolicyInput> for GetManagedScalingPolicyInput
source§fn eq(&self, other: &GetManagedScalingPolicyInput) -> bool
fn eq(&self, other: &GetManagedScalingPolicyInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.