DescribeSnapshotsResult

public struct DescribeSnapshotsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The NextToken value to include in a future DescribeSnapshots request. When the results of a DescribeSnapshots request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

    Declaration

    Swift

    public let nextToken: String?
  • Information about the snapshots.

    Declaration

    Swift

    public let snapshots: [Snapshot]?
  • Undocumented

    Declaration

    Swift

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