DBClusterSnapshotMessage

public struct DBClusterSnapshotMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Provides a list of DB cluster snapshots for the user.

    Declaration

    Swift

    public let dBClusterSnapshots: [DBClusterSnapshot]?
  • An optional pagination token provided by a previous DescribeDBClusterSnapshots request. 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?
  • Undocumented

    Declaration

    Swift

    public init(dBClusterSnapshots: [DBClusterSnapshot]? = nil, marker: String? = nil)