pub struct PredefinedMetricSpecification {
pub predefined_metric_type: Value<String>,
pub resource_label: Option<Value<String>>,
}Expand description
The AWS::ApplicationAutoScaling::ScalingPolicy.PredefinedMetricSpecification property type.
Fields§
§predefined_metric_type: Value<String>Property PredefinedMetricType.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
resource_label: Option<Value<String>>Property ResourceLabel.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Default for PredefinedMetricSpecification
impl Default for PredefinedMetricSpecification
Source§fn default() -> PredefinedMetricSpecification
fn default() -> PredefinedMetricSpecification
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PredefinedMetricSpecification
impl RefUnwindSafe for PredefinedMetricSpecification
impl Send for PredefinedMetricSpecification
impl Sync for PredefinedMetricSpecification
impl Unpin for PredefinedMetricSpecification
impl UnwindSafe for PredefinedMetricSpecification
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more