Struct rusoto_storagegateway::DescribeTapeRecoveryPointsInput[][src]

pub struct DescribeTapeRecoveryPointsInput {
    pub gateway_arn: String,
    pub limit: Option<i64>,
    pub marker: Option<String>,
}

DescribeTapeRecoveryPointsInput

Fields

Specifies that the number of virtual tape recovery points that are described be limited to the specified number.

An opaque string that indicates the position at which to begin describing the virtual tape recovery points.

Trait Implementations

impl Default for DescribeTapeRecoveryPointsInput
[src]

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

impl Debug for DescribeTapeRecoveryPointsInput
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeTapeRecoveryPointsInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeTapeRecoveryPointsInput
[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