pub struct BucketMetricResult {
pub bucket: Output<String>,
pub filter: Output<Option<BucketMetricFilter>>,
pub name: Output<String>,
}
Fields§
§bucket: Output<String>
Name of the bucket to put metric configuration.
filter: Output<Option<BucketMetricFilter>>
Object filtering that accepts a prefix, tags, or a logical AND of prefix and tags (documented below).
name: Output<String>
Unique identifier of the metrics configuration for the bucket. Must be less than or equal to 64 characters in length.
Auto Trait Implementations§
impl Freeze for BucketMetricResult
impl RefUnwindSafe for BucketMetricResult
impl Send for BucketMetricResult
impl Sync for BucketMetricResult
impl Unpin for BucketMetricResult
impl UnwindSafe for BucketMetricResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more