Get Volume Snapshot Plain Args
data class GetVolumeSnapshotPlainArgs(val mostRecent: Boolean? = null, val name: String? = null, val nameRegex: String? = null, val region: String? = null) : ConvertibleToJava<GetVolumeSnapshotPlainArgs>
A collection of arguments for invoking getVolumeSnapshot.