DescribeSnapshotsListMessage

public struct DescribeSnapshotsListMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

    Declaration

    Swift

    public let marker: String?
  • A list of snapshots. Each item in the list contains detailed information about one snapshot.

    Declaration

    Swift

    public let snapshots: [Snapshot]?
  • Undocumented

    Declaration

    Swift

    public init(marker: String? = nil, snapshots: [Snapshot]? = nil)