Struct aws_sdk_macie2::model::usage_record::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UsageRecord
Implementations
The unique identifier for the Amazon Web Services account that the data applies to.
The unique identifier for the Amazon Web Services account that the data applies to.
The date and time, in UTC and extended ISO 8601 format, when the free trial started for the account.
The date and time, in UTC and extended ISO 8601 format, when the free trial started for the account.
Appends an item to usage
.
To override the contents of this collection use set_usage
.
An array of objects that contains usage data and quotas for the account. Each object contains the data for a specific usage metric and the corresponding quota.
An array of objects that contains usage data and quotas for the account. Each object contains the data for a specific usage metric and the corresponding quota.
Consumes the builder and constructs a UsageRecord
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more