class Aws::Drs::Types::DescribeRecoverySnapshotsRequest
@note When making an API call, you may pass DescribeRecoverySnapshotsRequest
data as a hash: { filters: { from_date_time: "ISO8601DatetimeString", to_date_time: "ISO8601DatetimeString", }, max_results: 1, next_token: "PaginationToken", order: "ASC", # accepts ASC, DESC source_server_id: "SourceServerID", # required }
@!attribute [rw] filters
A set of filters by which to return Recovery Snapshots. @return [Types::DescribeRecoverySnapshotsRequestFilters]
@!attribute [rw] max_results
Maximum number of Recovery Snapshots to retrieve. @return [Integer]
@!attribute [rw] next_token
The token of the next Recovery Snapshot to retrieve. @return [String]
@!attribute [rw] order
The sorted ordering by which to return Recovery Snapshots. @return [String]
@!attribute [rw] source_server_id
Filter Recovery Snapshots by Source Server ID. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/drs-2020-02-26/DescribeRecoverySnapshotsRequest AWS API Documentation
Constants
- SENSITIVE