Struct aws_sdk_iot::types::BillingGroupMetadata
source · #[non_exhaustive]pub struct BillingGroupMetadata { /* private fields */ }
Expand description
Additional information about the billing group.
Implementations§
source§impl BillingGroupMetadata
impl BillingGroupMetadata
sourcepub fn creation_date(&self) -> Option<&DateTime>
pub fn creation_date(&self) -> Option<&DateTime>
The date the billing group was created.
source§impl BillingGroupMetadata
impl BillingGroupMetadata
sourcepub fn builder() -> BillingGroupMetadataBuilder
pub fn builder() -> BillingGroupMetadataBuilder
Creates a new builder-style object to manufacture BillingGroupMetadata
.
Trait Implementations§
source§impl Clone for BillingGroupMetadata
impl Clone for BillingGroupMetadata
source§fn clone(&self) -> BillingGroupMetadata
fn clone(&self) -> BillingGroupMetadata
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 BillingGroupMetadata
impl Debug for BillingGroupMetadata
source§impl PartialEq<BillingGroupMetadata> for BillingGroupMetadata
impl PartialEq<BillingGroupMetadata> for BillingGroupMetadata
source§fn eq(&self, other: &BillingGroupMetadata) -> bool
fn eq(&self, other: &BillingGroupMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.