Struct rusoto_storagegateway::DescribeCacheOutput[][src]

pub struct DescribeCacheOutput {
    pub cache_allocated_in_bytes: Option<i64>,
    pub cache_dirty_percentage: Option<f64>,
    pub cache_hit_percentage: Option<f64>,
    pub cache_miss_percentage: Option<f64>,
    pub cache_used_percentage: Option<f64>,
    pub disk_ids: Option<Vec<String>>,
    pub gateway_arn: Option<String>,
}

Fields

Trait Implementations

impl Default for DescribeCacheOutput
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeCacheOutput
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeCacheOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeCacheOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations