Struct aws_sdk_devicefarm::model::Offering
source · #[non_exhaustive]pub struct Offering { /* private fields */ }Expand description
Represents the metadata of a device offering.
Implementations§
source§impl Offering
impl Offering
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A string that describes the offering.
sourcepub fn type(&self) -> Option<&OfferingType>
pub fn type(&self) -> Option<&OfferingType>
The type of offering (for example, RECURRING) for a device.
sourcepub fn platform(&self) -> Option<&DevicePlatform>
pub fn platform(&self) -> Option<&DevicePlatform>
The platform of the device (for example, ANDROID or IOS).
sourcepub fn recurring_charges(&self) -> Option<&[RecurringCharge]>
pub fn recurring_charges(&self) -> Option<&[RecurringCharge]>
Specifies whether there are recurring charges for the offering.