Struct rusoto_storagegateway::DescribeTapeRecoveryPointsOutput [] [src]

pub struct DescribeTapeRecoveryPointsOutput {
    pub gateway_arn: Option<GatewayARN>,
    pub marker: Option<Marker>,
    pub tape_recovery_point_infos: Option<TapeRecoveryPointInfos>,
}

DescribeTapeRecoveryPointsOutput

Fields

An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.

Use this marker in your next request to list the next set of virtual tape recovery points in the list. If there are no more recovery points to describe, this field does not appear in the response.

An array of TapeRecoveryPointInfos that are available for the specified gateway.

Trait Implementations

impl Default for DescribeTapeRecoveryPointsOutput
[src]

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

impl Debug for DescribeTapeRecoveryPointsOutput
[src]

Formats the value using the given formatter.

impl Clone for DescribeTapeRecoveryPointsOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more