Struct rusoto_storagegateway::DescribeUploadBufferOutput [] [src]

pub struct DescribeUploadBufferOutput {
    pub disk_ids: Option<DiskIds>,
    pub gateway_arn: Option<GatewayARN>,
    pub upload_buffer_allocated_in_bytes: Option<Long>,
    pub upload_buffer_used_in_bytes: Option<Long>,
}

Fields

Trait Implementations

impl Default for DescribeUploadBufferOutput
[src]

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

impl Debug for DescribeUploadBufferOutput
[src]

Formats the value using the given formatter.

impl Clone for DescribeUploadBufferOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more