Struct aws_sdk_iotanalytics::model::EstimatedResourceSize
source · #[non_exhaustive]pub struct EstimatedResourceSize { /* private fields */ }Expand description
The estimated size of the resource.
Implementations§
source§impl EstimatedResourceSize
impl EstimatedResourceSize
sourcepub fn estimated_size_in_bytes(&self) -> Option<f64>
pub fn estimated_size_in_bytes(&self) -> Option<f64>
The estimated size of the resource, in bytes.
sourcepub fn estimated_on(&self) -> Option<&DateTime>
pub fn estimated_on(&self) -> Option<&DateTime>
The time when the estimate of the size of the resource was made.
source§impl EstimatedResourceSize
impl EstimatedResourceSize
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EstimatedResourceSize.
Trait Implementations§
source§impl Clone for EstimatedResourceSize
impl Clone for EstimatedResourceSize
source§fn clone(&self) -> EstimatedResourceSize
fn clone(&self) -> EstimatedResourceSize
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 EstimatedResourceSize
impl Debug for EstimatedResourceSize
source§impl PartialEq<EstimatedResourceSize> for EstimatedResourceSize
impl PartialEq<EstimatedResourceSize> for EstimatedResourceSize
source§fn eq(&self, other: &EstimatedResourceSize) -> bool
fn eq(&self, other: &EstimatedResourceSize) -> bool
This method tests for
self and other values to be equal, and is used
by ==.