Struct aws_sdk_elasticache::model::RecurringCharge
source · #[non_exhaustive]pub struct RecurringCharge { /* private fields */ }
Expand description
Contains the specific price and frequency of a recurring charges for a reserved cache node, or for a reserved cache node offering.
Implementations§
source§impl RecurringCharge
impl RecurringCharge
sourcepub fn recurring_charge_amount(&self) -> f64
pub fn recurring_charge_amount(&self) -> f64
The monetary amount of the recurring charge.
sourcepub fn recurring_charge_frequency(&self) -> Option<&str>
pub fn recurring_charge_frequency(&self) -> Option<&str>
The frequency of the recurring charge.
source§impl RecurringCharge
impl RecurringCharge
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RecurringCharge
.
Trait Implementations§
source§impl Clone for RecurringCharge
impl Clone for RecurringCharge
source§fn clone(&self) -> RecurringCharge
fn clone(&self) -> RecurringCharge
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 RecurringCharge
impl Debug for RecurringCharge
source§impl PartialEq<RecurringCharge> for RecurringCharge
impl PartialEq<RecurringCharge> for RecurringCharge
source§fn eq(&self, other: &RecurringCharge) -> bool
fn eq(&self, other: &RecurringCharge) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.