Get Snapshot Plain Args
data class GetSnapshotPlainArgs(val dbInstanceIdentifier: String? = null, val dbSnapshotIdentifier: String? = null, val includePublic: Boolean? = null, val includeShared: Boolean? = null, val mostRecent: Boolean? = null, val snapshotType: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSnapshotPlainArgs>
A collection of arguments for invoking getSnapshot.