Struct aws_sdk_devicefarm::model::RecurringCharge
source · #[non_exhaustive]pub struct RecurringCharge { /* private fields */ }Expand description
Specifies whether charges for devices are recurring.
Implementations§
source§impl RecurringCharge
impl RecurringCharge
sourcepub fn cost(&self) -> Option<&MonetaryAmount>
pub fn cost(&self) -> Option<&MonetaryAmount>
The cost of the recurring charge.
sourcepub fn frequency(&self) -> Option<&RecurringChargeFrequency>
pub fn frequency(&self) -> Option<&RecurringChargeFrequency>
The frequency in which charges recur.
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 more